We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c59fc commit 2e93fc2Copy full SHA for 2e93fc2
AOS/app/build.gradle.kts
@@ -10,7 +10,6 @@ plugins {
10
id("kotlinx-serialization")
11
id("com.google.gms.google-services")
12
}
13
-
14
val keystorePropertiesFile = rootProject.file("keystore.properties")
15
val keystoreProperties = Properties()
16
keystoreProperties.load(FileInputStream(keystorePropertiesFile))
@@ -31,8 +30,8 @@ android {
31
30
applicationId = "boostcamp.and07.mindsync"
32
minSdk = 26
33
targetSdk = 34
34
- versionCode = 8
35
- versionName = "1.0.1"
+ versionCode = 9
+ versionName = "1.0.2"
36
37
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
38
buildConfigField("String", "BASE_URL", "$url")
0 commit comments