mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-05-24 18:08:25 +00:00
android: fix xposed module in release builds
This commit is contained in:
@@ -28,8 +28,8 @@ android {
|
|||||||
applicationId = "me.kavishdevar.librepods"
|
applicationId = "me.kavishdevar.librepods"
|
||||||
minSdk = 33
|
minSdk = 33
|
||||||
targetSdk = 37
|
targetSdk = 37
|
||||||
versionCode = 33
|
versionCode = 34
|
||||||
versionName = "0.2.2"
|
versionName = "0.2.3"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
|||||||
3
android/app/proguard-rules.pro
vendored
3
android/app/proguard-rules.pro
vendored
@@ -20,5 +20,4 @@
|
|||||||
# hide the original source file name.
|
# hide the original source file name.
|
||||||
#-renamesourcefileattribute SourceFile
|
#-renamesourcefileattribute SourceFile
|
||||||
|
|
||||||
-keep class androidx.compose.** { *; }
|
-keep class me.kavishdevar.librepods.utils.KotlinModule { *; }
|
||||||
-dontwarn androidx.compose.**
|
|
||||||
|
|||||||
Reference in New Issue
Block a user