diff --git a/app/build.gradle b/app/build.gradle index f3ca416c2b..882b1c807c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,6 +21,8 @@ def fileProviderAuthorityDebug = "${packageName}.debug.fileprovider" android { compileSdkVersion 33 + namespace packageName + defaultConfig { applicationId "${packageName}" minSdkVersion 21 diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index c3c5a1e9da..fa7e834925 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,7 +1,6 @@ + xmlns:tools="http://schemas.android.com/tools"> @@ -25,7 +24,8 @@ android:label="Aegis" android:supportsRtl="true" android:theme="@style/Theme.Aegis.Launch" - tools:replace="android:theme"> + tools:replace="android:theme" + tools:targetApi="s">