android: add xposed check and email form

too many emails with absolutely no content
This commit is contained in:
Kavish Devar
2026-04-26 04:45:45 +05:30
parent f5d92768e2
commit 469d948061
16 changed files with 689 additions and 442 deletions

View File

@@ -1,6 +1,6 @@
import java.util.Properties
val appVersionName = "0.2.3"
val appVersionName = "0.2.4"
plugins {
alias(libs.plugins.android.application)
@@ -30,7 +30,7 @@ android {
applicationId = "me.kavishdevar.librepods"
minSdk = 33
targetSdk = 37
versionCode = 38
versionCode = 40
versionName = appVersionName
}
buildTypes {