From c0368d1bff7ec5d814da30f082a8384434bc7a08 Mon Sep 17 00:00:00 2001 From: Maximilian Goldschmidt Date: Sat, 7 Oct 2023 15:29:05 +0200 Subject: [PATCH] Bump version code --- automotive/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automotive/build.gradle b/automotive/build.gradle index d6caca17..4c7e466e 100644 --- a/automotive/build.gradle +++ b/automotive/build.gradle @@ -10,8 +10,8 @@ android { defaultConfig { minSdkVersion 29 targetSdkVersion 33 - versionCode 190 - versionName "0.25.2.0018" + versionCode 194 + versionName "0.25.2.0019" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }