Compare commits

..

No commits in common. "262d9f02bacd3c23f14dce0d55221ff6df8b5242" and "27a7b96ffba10f373c1ac5db7de021c40ca97356" have entirely different histories.

2 changed files with 1 additions and 10 deletions

View File

@ -33,8 +33,7 @@ android {
buildTypes { buildTypes {
release { release {
minifyEnabled true minifyEnabled false
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
} }
@ -98,12 +97,6 @@ android {
packagingOptions { packagingOptions {
doNotStrip '**/*.so' doNotStrip '**/*.so'
} }
// Kotlin jvm target
kotlinOptions {
jvmTarget = '11'
}
namespace 'eu.toldi.infinityforlemmy' namespace 'eu.toldi.infinityforlemmy'

View File

@ -5,8 +5,6 @@
# If you keep the line number information, uncomment this to # If you keep the line number information, uncomment this to
# hide the original source file name. # hide the original source file name.
#-renamesourcefileattribute SourceFile #-renamesourcefileattribute SourceFile
-dontobfuscate
-keepattributes SourceFile,LineNumberTable
## Preferences reflection ## Preferences reflection
-keep class * extends androidx.preference.PreferenceFragmentCompat -keep class * extends androidx.preference.PreferenceFragmentCompat