|
@@ -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'
|