mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-05-26 10:59:41 +00:00
android: fix xposed state being set true onResume
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import java.util.Properties
|
||||
|
||||
val appVersionName = "0.2.5"
|
||||
val appVersionName = "0.2.6"
|
||||
|
||||
plugins {
|
||||
alias(libs.plugins.android.application)
|
||||
@@ -30,7 +30,7 @@ android {
|
||||
applicationId = "me.kavishdevar.librepods"
|
||||
minSdk = 33
|
||||
targetSdk = 37
|
||||
versionCode = 42
|
||||
versionCode = 43
|
||||
versionName = appVersionName
|
||||
}
|
||||
buildTypes {
|
||||
|
||||
Reference in New Issue
Block a user