diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..61a9130 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 5cd135a..9bba60d 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -14,6 +14,7 @@ diff --git a/.idea/misc.xml b/.idea/misc.xml index 7bfef59..d5d35ec 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + diff --git a/app/build.gradle b/app/build.gradle index 094cc9e..129eeb6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,24 +37,24 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'com.google.android.material:material:1.1.0' + implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'com.google.android.material:material:1.2.1' //implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta8' - implementation 'androidx.navigation:navigation-fragment:2.3.0' - implementation 'androidx.navigation:navigation-ui:2.3.0' + implementation 'androidx.constraintlayout:constraintlayout:2.1.0-alpha1' + implementation 'androidx.navigation:navigation-fragment:2.3.1' + implementation 'androidx.navigation:navigation-ui:2.3.1' implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' implementation "androidx.lifecycle:lifecycle-common-java8:2.2.0" - testImplementation 'junit:junit:4.13' - androidTestImplementation 'androidx.test.ext:junit:1.1.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' - implementation 'com.google.code.gson:gson:2.8.5' + testImplementation 'junit:junit:4.13.2' + androidTestImplementation 'androidx.test.ext:junit:1.1.2' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' + implementation 'com.google.code.gson:gson:2.8.6' implementation 'androidx.multidex:multidex:2.0.1' //permissions - implementation 'com.github.tbruyelle:rxpermissions:0.10.2' + implementation 'com.github.tbruyelle:rxpermissions:0.11' //rx implementation 'io.reactivex.rxjava3:rxjava:3.0.4' @@ -73,7 +73,7 @@ dependencies { //recyclerAdapter implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.3' //refreshLayout - api 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-alpha-14' + api 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0' //glide implementation 'com.github.bumptech.glide:glide:4.11.0' @@ -85,7 +85,7 @@ dependencies { implementation 'me.tatarka.bindingcollectionadapter2:bindingcollectionadapter-recyclerview:4.0.0' implementation 'me.tatarka.bindingcollectionadapter2:bindingcollectionadapter-viewpager2:4.0.0' - debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.2' + debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.4' //ALog api 'com.blankj:alog:1.9.1'