Skip to content

Commit

Permalink
[Release] 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gy6543721 committed Jan 2, 2024
1 parent aa31c1f commit 929e492
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
minSdk = 29
targetSdk = 34
versionCode = 1
versionName = "1.0"
versionName = "0.0.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand All @@ -38,6 +38,7 @@ android {
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
signingConfig = signingConfigs.getByName("debug")
}
}
compileOptions {
Expand Down

0 comments on commit 929e492

Please sign in to comment.