Skip to content

Commit

Permalink
배포 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
kts6056 committed Sep 5, 2024
1 parent ee5f816 commit 39b90cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ local.properties
app/google-services.json
*.jks
keystore.properties
*.aab
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
namespace = "com.dkin.chevit.app"
defaultConfig {
applicationId = "com.dkin.chevit"
versionCode = 3
versionName = "1.0.2"
versionCode = 5
versionName = "1.0.4"
}
lint {
disable.add("Instantiatable")
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ kotlin.code.style=official
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true

compileSdk = 33
compileSdk = 34
minSdk = 26
targetSdk = 33
targetSdk = 34
android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false

0 comments on commit 39b90cf

Please sign in to comment.