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 8463859
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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 = 4
versionName = "1.0.3"
}
lint {
disable.add("Instantiatable")
Expand Down

0 comments on commit 8463859

Please sign in to comment.