Fix CA certs manager and User restrictions manager

Add authentication to app installer
Change version to 6.4 (36)
This commit is contained in:
BinTianqi
2025-02-08 19:07:23 +08:00
parent 5e109d74b1
commit 9528d3eb8d
9 changed files with 119 additions and 112 deletions

View File

@@ -15,7 +15,7 @@ android {
}
}
namespace = "com.bintianqi.owndroid"
compileSdk = 34
compileSdk = 35
lint.checkReleaseBuilds = false
lint.disable += "All"
@@ -24,9 +24,8 @@ android {
applicationId = "com.bintianqi.owndroid"
minSdk = 21
targetSdk = 35
compileSdk = 35
versionCode = 35
versionName = "6.3"
versionCode = 36
versionName = "6.4"
multiDexEnabled = false
}