From 49ce14c5a828ba6f7ad5721ee19306796c31a901 Mon Sep 17 00:00:00 2001 From: Chandler Cheng Date: Mon, 18 Oct 2021 22:17:43 +1300 Subject: [PATCH] Change targe version to 31 --- Geofencing/app/build.gradle | 4 ++-- Geofencing/app/src/main/AndroidManifest.xml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Geofencing/app/build.gradle b/Geofencing/app/build.gradle index f3be04c8..15f6d821 100644 --- a/Geofencing/app/build.gradle +++ b/Geofencing/app/build.gradle @@ -1,12 +1,12 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 28 + compileSdkVersion 31 defaultConfig { applicationId "com.google.android.gms.location.sample.geofencing" minSdkVersion 16 - targetSdkVersion 28 + targetSdkVersion 31 versionCode 1 versionName "1.0" } diff --git a/Geofencing/app/src/main/AndroidManifest.xml b/Geofencing/app/src/main/AndroidManifest.xml index aa92eaa4..c4548bd8 100644 --- a/Geofencing/app/src/main/AndroidManifest.xml +++ b/Geofencing/app/src/main/AndroidManifest.xml @@ -16,6 +16,8 @@ limitations under the License. + +