Skip to content

Commit

Permalink
feat: Update versionCode to 12 in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun-Murakami committed Oct 5, 2024
1 parent ece9897 commit ea20bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
applicationId "com.tasktrees.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 10
versionCode 12
versionName "1.4.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
Expand Down

0 comments on commit ea20bba

Please sign in to comment.