This commit is contained in:
kunfei
2022-03-12 23:43:47 +08:00
parent fbdda40afa
commit a2a8fd8831
7 changed files with 51 additions and 20 deletions
+2 -1
View File
@@ -152,10 +152,11 @@ dependencies {
implementation('androidx.constraintlayout:constraintlayout:2.1.3')
implementation('androidx.swiperefreshlayout:swiperefreshlayout:1.1.0')
implementation('androidx.viewpager2:viewpager2:1.0.0')
implementation('androidx.webkit:webkit:1.4.0')
implementation('com.google.android.material:material:1.5.0')
implementation('com.google.android.flexbox:flexbox:3.0.0')
implementation('com.google.code.gson:gson:2.9.0')
implementation('androidx.webkit:webkit:1.4.0')
//lifecycle
def lifecycle_version = '2.4.1'