This commit is contained in:
2021-10-22 16:16:00 +08:00
parent 99be3f40c4
commit 59a45f9179
51 changed files with 1364 additions and 1713 deletions

View File

@@ -12,8 +12,8 @@ ext {
applicationId : "com.fisherbone.fuzhu",
minSdkVersion : 24,
targetSdkVersion : 29,
versionCode : 165,
versionName : "1.6.5",
versionCode : 171,
versionName : "1.7.1",
testInstrumentationRunner: "androidx.test.runner.AndroidJUnitRunner"
]
@@ -69,9 +69,5 @@ ext {
"live-event-bus-x" : "com.jeremyliao:live-event-bus-x:1.7.3",
"rxbinding" : "com.jakewharton.rxbinding2:rxbinding:2.1.1",
]
// app_dependencies 下面的就不写了
// 作业:同学们自己去加
// ...
}