|
@@ -5,7 +5,7 @@ plugins {
|
|
|
|
|
|
android {
|
|
|
namespace 'com.pan_american.android'
|
|
|
- compileSdk 33
|
|
|
+ compileSdk 34
|
|
|
|
|
|
buildFeatures {
|
|
|
viewBinding true
|
|
@@ -14,7 +14,7 @@ android {
|
|
|
defaultConfig {
|
|
|
applicationId "com.pan_american.android"
|
|
|
minSdk 24
|
|
|
- targetSdk 33
|
|
|
+ targetSdk 34
|
|
|
versionCode 6
|
|
|
versionName "1.0.5"
|
|
|
|
|
@@ -57,9 +57,9 @@ dependencies {
|
|
|
|
|
|
implementation 'com.android.tools:r8:8.3.37'
|
|
|
|
|
|
- implementation 'androidx.core:core-ktx:1.10.1'
|
|
|
- implementation 'androidx.appcompat:appcompat:1.6.1'
|
|
|
- implementation 'com.google.android.material:material:1.8.0'
|
|
|
+ implementation 'androidx.core:core-ktx:1.13.0'
|
|
|
+ implementation 'androidx.appcompat:appcompat:1.7.0'
|
|
|
+ implementation 'com.google.android.material:material:1.10.0'
|
|
|
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.3.1'
|
|
@@ -97,6 +97,9 @@ dependencies {
|
|
|
//扇形图组件
|
|
|
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
|
|
|
|
|
|
- //url uri 图片展示组件
|
|
|
+ //url/uri 图片展示组件
|
|
|
implementation 'com.squareup.picasso:picasso:2.8'
|
|
|
+
|
|
|
+ //图片选择框架
|
|
|
+ implementation 'io.github.leavesczy:matisse:2.1.0'
|
|
|
}
|