Browse Source

2024-10-29 修改 1.0.6 -> 1.0.7

zhaiy 2 months ago
parent
commit
3d64a4f810
1 changed files with 4 additions and 4 deletions
  1. 4 4
      app/build.gradle

+ 4 - 4
app/build.gradle

@@ -15,8 +15,8 @@ android {
         applicationId "com.pan_american.android"
         minSdk 24
         targetSdk 34
-        versionCode 7
-        versionName "1.0.6"
+        versionCode 8
+        versionName "1.0.7"
 
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
     }
@@ -78,8 +78,8 @@ dependencies {
     implementation 'com.haibin:calendarview:3.7.1'
 
     //Retrofit2
-    implementation 'com.squareup.retrofit2:retrofit:2.9.0'
-    implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
+    implementation 'com.squareup.retrofit2:retrofit:2.11.0'
+    implementation 'com.squareup.retrofit2:converter-gson:2.11.0'
 
     //SmartRefreshLayout
     implementation 'io.github.scwang90:refresh-layout-kernel:2.1.0'