diff --git a/app/build.gradle b/app/build.gradle
index a9fc0b6e..c2f20af9 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -43,7 +43,6 @@ android {
}
manifestPlaceholders = [
is_self_build: "$isSelfBuild",
- enable_new_ui: "${debug || isSelfBuild}",
]
}
buildFeatures {
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index b159da8a..51bb4b59 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -50,10 +50,10 @@
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_descriptor"
- android:icon="@mipmap/ic_launcher"
+ android:icon="@mipmap/ic_launcher_new"
android:label="@string/app_name"
android:largeHeap="true"
- android:roundIcon="@mipmap/ic_launcher_round"
+ android:roundIcon="@mipmap/ic_launcher_new_round"
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"
@@ -128,10 +128,11 @@
android:value="${is_self_build}" />
+ android:value="true" />
- - oksign_use_official_oksign
- checkCIUpdate
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index b8cad54f..ca7bf872 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -260,7 +260,7 @@
android:title="@string/title_check_ci_update" />