删除消息本地数据库,改为从服务器获取

This commit is contained in:
yezhiqiu
2026-03-23 17:42:35 +08:00
parent d495e0571a
commit be57432b03
38 changed files with 334 additions and 253 deletions

View File

@@ -30,7 +30,7 @@ android {
targetSdkVersion 35
versionCode 2110
// versionName "2.1.10"
versionName "2.1.10-Beta9"
versionName "2.1.10-Beta10"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -228,7 +228,7 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.3.1'
//谷歌地图
implementation 'com.google.android.gms:play-services-maps:19.2.0'
implementation 'com.google.android.gms:play-services-maps:20.0.0'
//地图操作工具类添加标记等https://github.com/googlemaps/android-maps-utils
// implementation 'com.google.maps.android:android-maps-utils:2.3.0'
// implementation 'com.google.maps.android:maps-utils-ktx:3.2.1'