From ab7f7871e1eef18237bce72137deae2164422df4 Mon Sep 17 00:00:00 2001 From: devyo12 <38403309+devyo12@users.noreply.github.com> Date: Thu, 1 Oct 2020 10:33:01 +0530 Subject: [PATCH 1/2] Update build.gradle --- AutomotiveOS/CarGearViewerKotlin/automotive/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/AutomotiveOS/CarGearViewerKotlin/automotive/build.gradle b/AutomotiveOS/CarGearViewerKotlin/automotive/build.gradle index 99cd9ee..60948c0 100644 --- a/AutomotiveOS/CarGearViewerKotlin/automotive/build.gradle +++ b/AutomotiveOS/CarGearViewerKotlin/automotive/build.gradle @@ -19,13 +19,13 @@ apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' android { - compileSdkVersion 29 - buildToolsVersion "29.0.3" + compileSdkVersion 30 + buildToolsVersion "30.0.0" defaultConfig { applicationId "com.example.cargearviewer" - minSdkVersion 28 - targetSdkVersion 29 + minSdkVersion 21 + targetSdkVersion 30 versionCode 1 versionName "1.0" From 21e3a0e96d6fad96ae6809a9c9cec785d088a567 Mon Sep 17 00:00:00 2001 From: devyo12 <38403309+devyo12@users.noreply.github.com> Date: Thu, 1 Oct 2020 10:33:54 +0530 Subject: [PATCH 2/2] Update gradle-wrapper.properties --- .../gradle/wrapper/gradle-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutomotiveOS/CarGearViewerKotlin/gradle/wrapper/gradle-wrapper.properties b/AutomotiveOS/CarGearViewerKotlin/gradle/wrapper/gradle-wrapper.properties index 6fadaac..0c658e3 100644 --- a/AutomotiveOS/CarGearViewerKotlin/gradle/wrapper/gradle-wrapper.properties +++ b/AutomotiveOS/CarGearViewerKotlin/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip