This commit is contained in:
2021-09-22 18:20:15 +08:00
parent 3c6fa79a1a
commit 1083be1389
6 changed files with 437 additions and 134 deletions

View File

@@ -12,8 +12,8 @@ ext {
applicationId : "com.fisherbone.fuzhu",
minSdkVersion : 24,
targetSdkVersion : 29,
versionCode : 164,
versionName : "1.6.4",
versionCode : 165,
versionName : "1.6.5",
testInstrumentationRunner: "androidx.test.runner.AndroidJUnitRunner"
]