Skip to content

Commit

Permalink
update android build
Browse files Browse the repository at this point in the history
  • Loading branch information
julesgrc0 committed Mar 1, 2024
1 parent 6487010 commit 201ae35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions android/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ android {
versionName = "alpha-0.0.5"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
signingConfig = signingConfigs.getByName("debug")
}

buildTypes {
Expand All @@ -27,13 +26,9 @@ android {
//isShrinkResources = true
//multiDexEnabled = true
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")

signingConfig = signingConfigs.getByName("release")

}
getByName("debug") {
isJniDebuggable = true
signingConfig = signingConfigs.getByName("debug")
}
}
compileOptions {
Expand Down

0 comments on commit 201ae35

Please sign in to comment.