Skip to content

Commit 904c00a

Browse files
committed
android: fix xposed module in release builds
1 parent 6272357 commit 904c00a

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
applicationId = "me.kavishdevar.librepods"
2929
minSdk = 33
3030
targetSdk = 37
31-
versionCode = 33
32-
versionName = "0.2.2"
31+
versionCode = 34
32+
versionName = "0.2.3"
3333
}
3434
buildTypes {
3535
release {

android/app/proguard-rules.pro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@
2020
# hide the original source file name.
2121
#-renamesourcefileattribute SourceFile
2222

23-
-keep class androidx.compose.** { *; }
24-
-dontwarn androidx.compose.**
23+
-keep class me.kavishdevar.librepods.utils.KotlinModule { *; }

0 commit comments

Comments
 (0)