This commit is contained in:
2021-11-11 10:07:22 +08:00
parent 994a3de879
commit 59d60cc116
3 changed files with 3 additions and 3 deletions

View File

@@ -12,8 +12,8 @@ ext {
applicationId : "com.fisherbone.fuzhu",
minSdkVersion : 24,
targetSdkVersion : 29,
versionCode : 176,
versionName : "1.7.6",
versionCode : 177,
versionName : "1.7.7",
testInstrumentationRunner: "androidx.test.runner.AndroidJUnitRunner"
]