Implement send notification
This commit is contained in:
@@ -10,7 +10,7 @@ plugins {
|
||||
|
||||
android {
|
||||
namespace "io.nekohasekai.sfa"
|
||||
compileSdk 34
|
||||
compileSdk 35
|
||||
|
||||
ndkVersion "27.2.12479018"
|
||||
|
||||
@@ -22,7 +22,7 @@ android {
|
||||
defaultConfig {
|
||||
applicationId "io.nekohasekai.sfa"
|
||||
minSdk 21
|
||||
targetSdk 34
|
||||
targetSdk 35
|
||||
versionCode getVersionProps("VERSION_CODE").toInteger()
|
||||
versionName getVersionProps("VERSION_NAME")
|
||||
setProperty("archivesBaseName", "SFA-" + versionName)
|
||||
@@ -90,23 +90,23 @@ android {
|
||||
dependencies {
|
||||
implementation(fileTree("libs"))
|
||||
|
||||
implementation "androidx.core:core-ktx:1.13.1"
|
||||
implementation "androidx.core:core-ktx:1.15.0"
|
||||
implementation "androidx.appcompat:appcompat:1.7.0"
|
||||
implementation "com.google.android.material:material:1.12.0"
|
||||
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
|
||||
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.6"
|
||||
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6"
|
||||
implementation "androidx.constraintlayout:constraintlayout:2.2.0"
|
||||
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.7"
|
||||
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7"
|
||||
implementation "androidx.navigation:navigation-fragment-ktx:2.8.3"
|
||||
implementation "androidx.navigation:navigation-ui-ktx:2.8.3"
|
||||
implementation "com.google.zxing:core:3.5.3"
|
||||
implementation "androidx.room:room-runtime:2.6.1"
|
||||
implementation "androidx.coordinatorlayout:coordinatorlayout:1.2.0"
|
||||
implementation "androidx.preference:preference-ktx:1.2.1"
|
||||
implementation "androidx.camera:camera-view:1.3.4"
|
||||
implementation "androidx.camera:camera-lifecycle:1.3.4"
|
||||
implementation "androidx.camera:camera-camera2:1.3.4"
|
||||
implementation "androidx.camera:camera-view:1.4.0"
|
||||
implementation "androidx.camera:camera-lifecycle:1.4.0"
|
||||
implementation "androidx.camera:camera-camera2:1.4.0"
|
||||
ksp "androidx.room:room-compiler:2.6.1"
|
||||
implementation "androidx.work:work-runtime-ktx:2.9.1"
|
||||
implementation "androidx.work:work-runtime-ktx:2.10.0"
|
||||
implementation "androidx.browser:browser:1.8.0"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0"
|
||||
|
||||
@@ -120,6 +120,8 @@ dependencies {
|
||||
implementation "com.google.guava:guava:33.0.0-android"
|
||||
playImplementation "com.google.android.play:app-update-ktx:2.1.0"
|
||||
playImplementation "com.google.android.gms:play-services-mlkit-barcode-scanning:18.3.1"
|
||||
|
||||
implementation "com.github.tiann:FreeReflection:3.1.0"
|
||||
}
|
||||
|
||||
def playCredentialsJSON = rootProject.file("service-account-credentials.json")
|
||||
|
||||
Reference in New Issue
Block a user