From 66f7289f2311791c991a5905ab88bb51cdc3b507 Mon Sep 17 00:00:00 2001 From: Dmitriy Bogdanov Date: Sun, 4 Oct 2020 22:41:21 +0400 Subject: [PATCH] Update compile and target SDK to 30 --- app/build.gradle | 4 ++-- app/src/main/AndroidManifest.xml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 25c6219fb..7b78ff435 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,12 +2,12 @@ apply plugin: 'com.android.application' apply plugin: 'org.greenrobot.greendao' android { - compileSdkVersion 29 + compileSdkVersion 30 defaultConfig { applicationId "fr.gaulupeau.apps.InThePoche" minSdkVersion 21 - targetSdkVersion 29 + targetSdkVersion 30 versionCode 227 versionName "2.4.1" diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 842cfafa7..5004fb5cd 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -10,6 +10,12 @@ + + + + + +