apk optimisations

This commit is contained in:
Ishan09811 2024-01-25 14:12:44 +05:30 committed by GitHub
parent 62cbe4d031
commit ef9f87b7fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -22,7 +22,8 @@ android {
buildTypes {
release {
isMinifyEnabled = false
minifyEnabled true
shrinkResources true
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"

View file

@ -20,6 +20,8 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:isGame="true"
android:hardwareAccelerated="true"
android:theme="@style/Theme.Pandroid"
tools:targetApi="31">
<activity