From 89d3b19f65a73a22090831bfc33ac054bddcb6d9 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Thu, 28 Oct 2021 00:38:16 +0000 Subject: [PATCH 1/4] Update dependency androidx.core:core to v1.7.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6acd48f..a4c2a56 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,5 +28,5 @@ android { } dependencies { - implementation "androidx.core:core:1.6.0" + implementation "androidx.core:core:1.7.0" } From dfc026b52b91dcabea9a06819ed4c76da40b76e9 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Thu, 28 Oct 2021 08:57:37 +0200 Subject: [PATCH 2/4] Fix SDK version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a4c2a56..4bb6dd0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,13 +3,13 @@ plugins { } android { - compileSdkVersion 30 + compileSdkVersion 31 buildToolsVersion "30.0.3" defaultConfig { applicationId "net.crystalyx.setaswallpaper" minSdkVersion 23 - targetSdkVersion 30 + targetSdkVersion 31 versionCode 6 versionName "2.4" } From b58effba1475712cf279d6adf6070710c73c0322 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Thu, 28 Oct 2021 09:14:05 +0200 Subject: [PATCH 3/4] Fix compliance with Android 12 exported option --- app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 081d71d..118c56c 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -11,6 +11,7 @@ android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" + android:exported="true" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"> From e30df9f476d30b7da945074ec62d10a2e85e4590 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Thu, 28 Oct 2021 09:19:51 +0200 Subject: [PATCH 4/4] Wrong place haha --- app/src/main/AndroidManifest.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 118c56c..ddc6716 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -11,9 +11,8 @@ android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:exported="true" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"> - +