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. + +