This commit is contained in:
2021-10-09 18:24:53 +08:00
parent 14d0786fc1
commit 62812f9baa
13 changed files with 339 additions and 260 deletions

View File

@@ -12,8 +12,8 @@ ext {
applicationId : "com.fisherbone.fuzhu",
minSdkVersion : 24,
targetSdkVersion : 29,
versionCode : 168,
versionName : "1.6.8",
versionCode : 170,
versionName : "1.7.0",
testInstrumentationRunner: "androidx.test.runner.AndroidJUnitRunner"
]