We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff80be commit b37fed1Copy full SHA for b37fed1
app/build.gradle.kts
@@ -25,8 +25,8 @@ android {
25
applicationId = "com.sopt.clody"
26
minSdk = 28
27
targetSdk = 35
28
- versionCode = 24
29
- versionName = "1.1.0"
+ versionCode = 25
+ versionName = "1.1.1"
30
val kakaoApiKey: String = properties.getProperty("kakao.api.key")
31
val amplitudeApiKey: String = properties.getProperty("amplitude.api.key")
32
val googleAdmobAppId: String = properties.getProperty("GOOGLE_ADMOB_APP_ID", "")
0 commit comments