Skip to content

Commit

Permalink
Add signing config
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBernard03 committed Jul 3, 2024
1 parent 087b65c commit a0c6895
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {

buildTypes {
release {
signingConfigs.getByName("release")
signingConfig = signingConfigs.getByName("release")
isMinifyEnabled = true
isShrinkResources = true
proguardFiles(
Expand All @@ -46,7 +46,6 @@ android {
}
debug {
applicationIdSuffix = ".debug"

}
}
compileOptions {
Expand All @@ -71,7 +70,6 @@ android {
}

dependencies {

implementation(libs.androidx.core.ktx)
implementation(libs.androidx.lifecycle.runtime.ktx)
implementation(libs.androidx.activity.compose)
Expand Down Expand Up @@ -103,4 +101,4 @@ dependencies {
implementation(libs.koin.android)

implementation(libs.lottie)
}
}

0 comments on commit a0c6895

Please sign in to comment.