This commit is contained in:
2021-11-22 11:11:02 +08:00
parent 2da67c2878
commit 9fe2c7242b
6 changed files with 12 additions and 4 deletions

View File

@@ -12,8 +12,8 @@ ext {
applicationId : "com.fisherbone.fuzhu",
minSdkVersion : 24,
targetSdkVersion : 29,
versionCode : 180,
versionName : "1.8.0",
versionCode : 181,
versionName : "1.8.1",
testInstrumentationRunner: "androidx.test.runner.AndroidJUnitRunner"
]