We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ccea8c commit 3d9addeCopy full SHA for 3d9adde
1 file changed
app/build.gradle.kts
@@ -58,7 +58,7 @@ android {
58
// 数据目录里的文件,PRoot 二进制将无法运行(同 Termux 的取舍)。代价:不能上 Google Play。
59
targetSdk = 28
60
versionCode = gitCommitCount()
61
- versionName = "1.6.0"
+ versionName = "1.7.0"
62
63
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
64
vectorDrawables {
0 commit comments