Skip to content

Commit

Permalink
Update the version code (before I forget)
Browse files Browse the repository at this point in the history
  • Loading branch information
pastthepixels committed May 6, 2024
1 parent 49d7e90 commit f2f5fc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "io.github.pastthepixels.freepaint"
minSdk 24
targetSdk 34
versionCode 4 // Change this when you want to make another version!!
versionName "1.1.0"
versionCode 5 // Change this when you want to make another version!!
versionName "1.2.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit f2f5fc4

Please sign in to comment.