Skip to content

Commit d128d3f

Browse files
committed
Updating the version code and version name simply for GitHub Action testing purposes
1 parent 9880f57 commit d128d3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId = "com.camp.campingtripplanner"
1212
minSdk = 19
1313
targetSdk = 33
14-
versionCode = 6
15-
versionName = "1.5"
14+
versionCode = 7
15+
versionName = "1.6"
1616
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1717
}
1818
buildTypes {

0 commit comments

Comments
 (0)