使用本地数据库保存数据

This commit is contained in:
2025-09-11 18:03:03 +08:00
parent 8ff2ff1a7f
commit cc5ea0f2c6
61 changed files with 2335 additions and 615 deletions
+4 -3
View File
@@ -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"