Skip to content

Commit cf07bae

Browse files
committed
build(app): 升级版本号至 1.1.0
包含新增「关于」页等新功能,及对 debug 构建包名的调整。
1 parent c77cec3 commit cf07bae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ android {
4040
// 锁定 targetSdk 28:Android 10+(API 29+)的 W^X/SELinux 策略禁止执行 App 可写
4141
// 数据目录里的文件,PRoot 二进制将无法运行(同 Termux 的取舍)。代价:不能上 Google Play。
4242
targetSdk = 28
43-
versionCode = 1
44-
versionName = "1.0.0"
43+
versionCode = 2
44+
versionName = "1.1.0"
4545

4646
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4747
vectorDrawables {

0 commit comments

Comments
 (0)