mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-02-07 07:04:44 +01:00
Compare commits
No commits in common. "262d9f02bacd3c23f14dce0d55221ff6df8b5242" and "27a7b96ffba10f373c1ac5db7de021c40ca97356" have entirely different histories.
262d9f02ba
...
27a7b96ffb
@ -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'
|
||||
|
||||
|
||||
|
2
app/proguard-rules.pro
vendored
2
app/proguard-rules.pro
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user