diff --git a/Android/app/build.gradle b/Android/app/build.gradle index 556cf74a..36fc7567 100755 --- a/Android/app/build.gradle +++ b/Android/app/build.gradle @@ -10,6 +10,7 @@ def cur_time = System.currentTimeMillis() android { compileSdk pkg.config.target_sdk + namespace pkg.config.application_id defaultConfig { applicationId pkg.config.application_id @@ -79,6 +80,8 @@ dependencies { implementation "androidx.appcompat:appcompat:1.6.1" implementation 'androidx.core:core:1.13.1' implementation 'androidx.webkit:webkit:1.11.0' + implementation 'androidx.profileinstaller:profileinstaller:1.3.1' + implementation 'androidx.room:room-runtime:2.6.1' implementation "com.github.topjohnwu.libsu:core:5.2.1" implementation "com.github.topjohnwu.libsu:io:5.2.1" diff --git a/Android/app/src/main/AndroidManifest.xml b/Android/app/src/main/AndroidManifest.xml index 556170a4..a20df807 100755 --- a/Android/app/src/main/AndroidManifest.xml +++ b/Android/app/src/main/AndroidManifest.xml @@ -1,10 +1,32 @@ + android:installLocation="internalOnly"> + + + + + + + + + + @@ -21,9 +43,10 @@ android:requestLegacyExternalStorage="true" android:theme="@style/AppTheme.SplashScreen" tools:ignore="GoogleAppIndexingWarning" + android:appCategory="productivity" tools:targetApi="q"> + + + + + + diff --git a/assets/MMRL-Cover.sketch b/assets/MMRL-Cover.sketch index 95537e96..6c85b79a 100644 Binary files a/assets/MMRL-Cover.sketch and b/assets/MMRL-Cover.sketch differ diff --git a/www/assets/MMRL-Cover.png b/www/assets/MMRL-Cover.png index f335fff3..c9e5c931 100644 Binary files a/www/assets/MMRL-Cover.png and b/www/assets/MMRL-Cover.png differ