Skip to content

Commit

Permalink
chore: version up
Browse files Browse the repository at this point in the history
  • Loading branch information
Heonbyeong committed Aug 13, 2024
1 parent 7bd6477 commit e8f5e19
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ keystore.properties

# Keystore Files
*.jks
*.keystore
*.keystore

*.json
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
minSdk = 24
targetSdk = 34
versionCode = 13
versionName = "1.1.0"
versionName = "1.2.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
6 changes: 2 additions & 4 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ platform :android do
version_code: options[:new_version_code]
)

git_add(
path: ["./app/build.gradle.kts"]
)
git_commit(
path: ["./app/build.gradle.kts"],
message: "INCREMENT VERSION CODE"
message: "INCREMENT VERSION CODE",
allow_nothing_to_commit: true
)

push_to_git_remote
Expand Down

0 comments on commit e8f5e19

Please sign in to comment.