diff --git a/app/build.gradle b/app/build.gradle index 41b6306..a1e76a6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,6 +36,7 @@ android { buildTypes { debug { debuggable true + applicationIdSuffix ".debug" } release { minifyEnabled true diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 0dae6f8..3563d91 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -5,7 +5,6 @@ android:allowBackup="true" android:dataExtractionRules="@xml/data_extraction_rules" android:fullBackupContent="@xml/backup_rules" - android:hardwareAccelerated="false" android:icon="@mipmap/ic_launcher_round" android:label="${APP_NAME}" android:supportsRtl="true">