diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d0b001c..4ae9a7a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -36,7 +36,7 @@ android { buildTypes { release { - signingConfigs.getByName("release") + signingConfig = signingConfigs.getByName("release") isMinifyEnabled = true isShrinkResources = true proguardFiles( @@ -46,7 +46,6 @@ android { } debug { applicationIdSuffix = ".debug" - } } compileOptions { @@ -71,7 +70,6 @@ android { } dependencies { - implementation(libs.androidx.core.ktx) implementation(libs.androidx.lifecycle.runtime.ktx) implementation(libs.androidx.activity.compose) @@ -103,4 +101,4 @@ dependencies { implementation(libs.koin.android) implementation(libs.lottie) -} \ No newline at end of file +}