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

View File

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