更新android demo工程

This commit is contained in:
远方夕阳 2024-01-26 16:34:17 +08:00
parent c1df188360
commit d189d4cca4

View File

@ -12,7 +12,7 @@ android {
versionName "1.0" versionName "1.0"
/* /*
CIM服务器 CIM服务器,IP修改为自己的服务器IP
*/ */
buildConfigField("String", "CIM_API_URL", '"http://192.168.31.175:8080"') buildConfigField("String", "CIM_API_URL", '"http://192.168.31.175:8080"')
buildConfigField("String", "CIM_SERVER_HOST", '"192.168.31.175"') buildConfigField("String", "CIM_SERVER_HOST", '"192.168.31.175"')
@ -32,12 +32,12 @@ android {
} }
dependencies { dependencies {
implementation "com.farsunset:cim-android-sdk:4.2.10" implementation "com.farsunset:cim-android-sdk:4.2.13"
implementation 'androidx.appcompat:appcompat:1.6.0' implementation 'androidx.appcompat:appcompat:1.6.0'
implementation 'com.google.android.material:material:1.8.0' implementation 'com.google.android.material:material:1.8.0'
implementation 'androidx.annotation:annotation:1.3.0' implementation 'androidx.annotation:annotation:1.3.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.google.protobuf:protobuf-lite:3.0.1' implementation 'com.google.protobuf:protobuf-javalite:3.22.0'
implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0' implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
} }