From 29c8d042f56ec43747ad1418e01b44ed056bb146 Mon Sep 17 00:00:00 2001 From: NekoInverter <7741672-NekoInverter@users.noreply.gitlab.com> Date: Tue, 22 Dec 2020 22:52:39 +0800 Subject: [PATCH] Target android 11 --- app/build.gradle | 5 ++--- app/src/main/AndroidManifest.xml | 5 ++++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e8d825a9..2b0bc869 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,8 +32,7 @@ android { defaultConfig { applicationId "org.meowcat.edxposed.manager" minSdkVersion 26 - //noinspection OldTargetApi - targetSdkVersion 27 + targetSdkVersion 30 versionCode 458010 versionName "4.5.8.1" signingConfig signingConfigs.release @@ -66,7 +65,7 @@ dependencies { annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0' implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'androidx.browser:browser:1.2.0' + implementation 'androidx.browser:browser:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation "androidx.recyclerview:recyclerview:1.1.0" implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index cf4260c2..66b421a1 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -9,6 +9,9 @@ + + android:label="@string/menu_scope" />