Skip to content

Commit

Permalink
Prepare for v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HotarunIchijou committed Sep 23, 2023
1 parent e3db798 commit dce4952
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ android {
applicationId = "org.hotarun.dashchan_monet"
minSdk = 31
targetSdk = 34
versionCode = 1
versionName = "1.0"
setProperty("archivesBaseName", "Dashchan_Monet_$versionName")
versionCode = 2
versionName = "1.1"
setProperty("archivesBaseName", "Dashchan-Monet-$versionName")

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

0 comments on commit dce4952

Please sign in to comment.