android: fix xposed module in release builds

This commit is contained in:
Kavish Devar
2026-04-23 19:55:37 +05:30
parent 6272357d84
commit 904c00afce
2 changed files with 3 additions and 4 deletions

View File

@@ -28,8 +28,8 @@ android {
applicationId = "me.kavishdevar.librepods"
minSdk = 33
targetSdk = 37
versionCode = 33
versionName = "0.2.2"
versionCode = 34
versionName = "0.2.3"
}
buildTypes {
release {