Skip to content

Commit

Permalink
Updating the version code and version name simply for GitHub Action t…
Browse files Browse the repository at this point in the history
…esting purposes
  • Loading branch information
nathanmeade committed Dec 5, 2023
1 parent 9880f57 commit d128d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId = "com.camp.campingtripplanner"
minSdk = 19
targetSdk = 33
versionCode = 6
versionName = "1.5"
versionCode = 7
versionName = "1.6"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit d128d3f

Please sign in to comment.