[go: nahoru, domu]

Reset version codes for showcase and navigation sample apps

Bug: n/a
Test: n/a
Relnote: n/a
Change-Id: Ieb1a3ec4303a3319fe4200ba98310c51bc75067f
diff --git a/car/app/app-samples/navigation/automotive/github_build.gradle b/car/app/app-samples/navigation/automotive/github_build.gradle
index 8583f42..208026e 100644
--- a/car/app/app-samples/navigation/automotive/github_build.gradle
+++ b/car/app/app-samples/navigation/automotive/github_build.gradle
@@ -25,8 +25,8 @@
         targetSdkVersion 31
         // Increment this to generate signed builds for uploading to Playstore
         // Make sure this is different from the navigation-mobile version
-        versionCode 109
-        versionName "109"
+        versionCode 110
+        versionName "110"
     }
 
     buildTypes {
diff --git a/car/app/app-samples/navigation/mobile/github_build.gradle b/car/app/app-samples/navigation/mobile/github_build.gradle
index 78ea1f8..e4aebc6 100644
--- a/car/app/app-samples/navigation/mobile/github_build.gradle
+++ b/car/app/app-samples/navigation/mobile/github_build.gradle
@@ -25,8 +25,8 @@
         targetSdkVersion 31
         // Increment this to generate signed builds for uploading to Playstore
         // Make sure this is different from the navigation-automotive version
-        versionCode 108
-        versionName "108"
+        versionCode 110
+        versionName "110"
     }
 
     buildTypes {
diff --git a/car/app/app-samples/showcase/automotive/github_build.gradle b/car/app/app-samples/showcase/automotive/github_build.gradle
index 046c9ae..4622b8c 100644
--- a/car/app/app-samples/showcase/automotive/github_build.gradle
+++ b/car/app/app-samples/showcase/automotive/github_build.gradle
@@ -25,8 +25,8 @@
         targetSdkVersion 31
         // Increment this to generate signed builds for uploading to Playstore
         // Make sure this is different from the showcase-mobile version
-        versionCode 109
-        versionName "109"
+        versionCode 110
+        versionName "110"
     }
 
     buildTypes {
diff --git a/car/app/app-samples/showcase/mobile/github_build.gradle b/car/app/app-samples/showcase/mobile/github_build.gradle
index a95c043..01471df 100644
--- a/car/app/app-samples/showcase/mobile/github_build.gradle
+++ b/car/app/app-samples/showcase/mobile/github_build.gradle
@@ -25,8 +25,8 @@
         targetSdkVersion 31
         // Increment this to generate signed builds for uploading to Playstore
         // Make sure this is different from the showcase-automotive version
-        versionCode 108
-        versionName "108"
+        versionCode 110
+        versionName "110"
     }
 
     buildTypes {