This commit is contained in:
2021-10-26 15:44:55 +08:00
parent 837b0edef7
commit 42e16b69e4
9 changed files with 141 additions and 45 deletions

View File

@@ -12,8 +12,8 @@ ext {
applicationId : "com.fisherbone.fuzhu",
minSdkVersion : 24,
targetSdkVersion : 29,
versionCode : 171,
versionName : "1.7.1",
versionCode : 172,
versionName : "1.7.2",
testInstrumentationRunner: "androidx.test.runner.AndroidJUnitRunner"
]