|
|
@ -32,7 +32,7 @@ tasks.compileLint {
|
|
|
|
|
|
|
|
|
|
|
|
android {
|
|
|
|
android {
|
|
|
|
|
|
|
|
|
|
|
|
compileSdk = 31
|
|
|
|
compileSdk = 32
|
|
|
|
|
|
|
|
|
|
|
|
defaultConfig {
|
|
|
|
defaultConfig {
|
|
|
|
versionCode = 20003
|
|
|
|
versionCode = 20003
|
|
|
@ -68,12 +68,6 @@ android {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
lint {
|
|
|
|
|
|
|
|
isCheckReleaseBuilds = false
|
|
|
|
|
|
|
|
isAbortOnError = false
|
|
|
|
|
|
|
|
disable("GoogleAppIndexingWarning")
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compileOptions {
|
|
|
|
compileOptions {
|
|
|
|
isCoreLibraryDesugaringEnabled = true
|
|
|
|
isCoreLibraryDesugaringEnabled = true
|
|
|
|
targetCompatibility(JavaVersion.VERSION_1_8)
|
|
|
|
targetCompatibility(JavaVersion.VERSION_1_8)
|
|
|
@ -116,7 +110,7 @@ dependencies {
|
|
|
|
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
|
|
|
|
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
|
|
|
|
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$kxCoroutinesVersion")
|
|
|
|
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$kxCoroutinesVersion")
|
|
|
|
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$kxCoroutinesVersion")
|
|
|
|
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$kxCoroutinesVersion")
|
|
|
|
implementation("androidx.appcompat:appcompat:1.4.2")
|
|
|
|
implementation("androidx.appcompat:appcompat:1.5.0")
|
|
|
|
implementation("androidx.legacy:legacy-preference-v14:1.0.0")
|
|
|
|
implementation("androidx.legacy:legacy-preference-v14:1.0.0")
|
|
|
|
implementation("androidx.legacy:legacy-support-v4:1.0.0")
|
|
|
|
implementation("androidx.legacy:legacy-support-v4:1.0.0")
|
|
|
|
implementation("com.google.android.material:material:1.6.1")
|
|
|
|
implementation("com.google.android.material:material:1.6.1")
|
|
|
|