|
|
@@ -15,7 +15,7 @@ recyclerview = "1.4.0"
|
|
|
viewpager2 = "1.1.0"
|
|
|
|
|
|
retrofit2 = "3.0.0"
|
|
|
-smartRefreshLayout = "2.1.1"
|
|
|
+smartRefreshLayout = "3.0.0-alpha"
|
|
|
eventbus = "3.3.1"
|
|
|
signalr = "10.0.7"
|
|
|
smartTable = "2.2.0"
|
|
|
@@ -88,4 +88,5 @@ compose = [
|
|
|
|
|
|
[plugins]
|
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
|
-compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
|
|
+compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
|
|
+android-library = { id = "com.android.library", version.ref = "agp" }
|