使用本地数据库保存数据
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
ext {
|
||||
minSdkVersion = 26
|
||||
targetSdkVersion = 32
|
||||
compileSdkVersion = 33
|
||||
targetSdkVersion = 34
|
||||
compileSdkVersion = 34
|
||||
versionCode = 100
|
||||
versionName = "1.0.0"
|
||||
//Dependencies
|
||||
junitVersion = "4.12"
|
||||
lifecycleVersion = "2.6.0-alpha01"
|
||||
kotlinVersion = "1.7.10"
|
||||
// kotlinVersion = "1.7.10"
|
||||
kotlinVersion = "2.0.21"
|
||||
glideVersion = "4.13.0"
|
||||
recycleViewVersion = "1.2.1"
|
||||
appcompatVersion = "1.5.0"
|
||||
|
||||
Reference in New Issue
Block a user