This commit is contained in:
kunfei
2023-10-07 10:38:59 +08:00
parent d61d30c77e
commit 275e492c9f
7 changed files with 46 additions and 24 deletions
+3 -3
View File
@@ -160,7 +160,7 @@ dependencies {
//androidX
implementation('androidx.core:core-ktx:1.12.0')
implementation('androidx.appcompat:appcompat:1.6.1')
implementation('androidx.activity:activity-ktx:1.7.2')
implementation('androidx.activity:activity-ktx:1.8.0')
implementation('androidx.fragment:fragment-ktx:1.6.1')
implementation('androidx.preference:preference-ktx:1.2.1')
implementation('androidx.constraintlayout:constraintlayout:2.1.4')
@@ -169,7 +169,7 @@ dependencies {
implementation('androidx.webkit:webkit:1.8.0')
//google
implementation('com.google.android.material:material:1.9.0')
implementation('com.google.android.material:material:1.10.0')
implementation('com.google.android.flexbox:flexbox:3.0.0')
implementation('com.google.code.gson:gson:2.10.1')
@@ -234,7 +234,7 @@ dependencies {
//二维码
//noinspection GradleDependency
implementation('com.github.jenly1314:zxing-lite:2.4.0')
implementation('com.github.jenly1314:zxing-lite:3.0.1')
//颜色选择
implementation('com.jaredrummler:colorpicker:1.1.0')