We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c77cec3 commit cf07baeCopy full SHA for cf07bae
1 file changed
app/build.gradle.kts
@@ -40,8 +40,8 @@ android {
40
// 锁定 targetSdk 28:Android 10+(API 29+)的 W^X/SELinux 策略禁止执行 App 可写
41
// 数据目录里的文件,PRoot 二进制将无法运行(同 Termux 的取舍)。代价:不能上 Google Play。
42
targetSdk = 28
43
- versionCode = 1
44
- versionName = "1.0.0"
+ versionCode = 2
+ versionName = "1.1.0"
45
46
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
47
vectorDrawables {
0 commit comments