Skip to content

Commit 2e93fc2

Browse files
committed
release 1.0.2
1 parent 62c59fc commit 2e93fc2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

AOS/app/build.gradle.kts

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ plugins {
1010
id("kotlinx-serialization")
1111
id("com.google.gms.google-services")
1212
}
13-
1413
val keystorePropertiesFile = rootProject.file("keystore.properties")
1514
val keystoreProperties = Properties()
1615
keystoreProperties.load(FileInputStream(keystorePropertiesFile))
@@ -31,8 +30,8 @@ android {
3130
applicationId = "boostcamp.and07.mindsync"
3231
minSdk = 26
3332
targetSdk = 34
34-
versionCode = 8
35-
versionName = "1.0.1"
33+
versionCode = 9
34+
versionName = "1.0.2"
3635

3736
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3837
buildConfigField("String", "BASE_URL", "$url")

0 commit comments

Comments
 (0)