Skip to content

Commit

Permalink
Remove debug signing
Browse files Browse the repository at this point in the history
  • Loading branch information
wisemuji committed Sep 10, 2023
1 parent 3813997 commit 7760375
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ plugins {

android {
namespace = "com.droidknights.app2023"
compileSdk = 34

defaultConfig {
applicationId = "com.droidknights.app2023"
minSdk = 26
targetSdk = 34
versionCode = 1
versionName = "1.0"
Expand All @@ -20,11 +18,6 @@ android {
excludes += "/META-INF/{AL2.0,LGPL2.1}"
}
}
buildTypes {
getByName("release") {
signingConfig = signingConfigs.getByName("debug")
}
}
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ internal fun Project.configureKotlinAndroid() {

// Android settings
androidExtension.apply {
compileSdk = 33
compileSdk = 34

defaultConfig {
minSdk = 24
Expand Down

0 comments on commit 7760375

Please sign in to comment.