This commit is contained in:
dyx123
2021-10-22 16:09:03 +08:00
parent 5c16a58dc1
commit 7feceda7f5
47 changed files with 1562 additions and 1362 deletions

View File

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