add a script to sign apk with testkey on linux
update readme and guide
This commit is contained in:
BinTianqi
2024-04-21 11:49:41 +08:00
parent 26793f510b
commit fe6d640d32
4 changed files with 18 additions and 2 deletions

View File

@@ -11,8 +11,8 @@ android {
applicationId = "com.bintianqi.owndroid"
minSdk = 21
targetSdk = 34
versionCode = 24
versionName = "5.0-preview"
versionCode = 25
versionName = "5.0"
}
buildTypes {