Skip to content

Commit 5f5fd7a

Browse files
committed
ongoing attempts to restore github action to upload to Google Play
1 parent c5f4373 commit 5f5fd7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 = 7
15-
versionName = "1.6"
14+
versionCode = 8
15+
versionName = "1.7"
1616
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1717
}
1818
buildTypes {

0 commit comments

Comments
 (0)