From e0f8cad9a3816b96712800376f00aeafcbb25e2c Mon Sep 17 00:00:00 2001 From: Steven Curran Date: Thu, 22 Jul 2021 11:17:01 -0500 Subject: [PATCH] Updated to patch version containing Android Auto fixes --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b1d9854..ca5b305 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.sc.gtradio" minSdkVersion 24 targetSdkVersion 30 - versionCode 3 - versionName "1.0.1" + versionCode 4 + versionName "1.0.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }