mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 09:07:50 +01:00
Bump AGP and Compose compiler dependencies
This commit is contained in:
parent
b3426f37e7
commit
807987f0d3
2 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
[versions]
|
||||
agp_version = "7.2.1"
|
||||
agp_version = "7.2.2"
|
||||
lifecycle_version = "2.5.1"
|
||||
|
||||
[libraries]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[versions]
|
||||
compiler = "1.3.0-rc01"
|
||||
compiler = "1.3.0-rc02"
|
||||
compose = "1.2.0"
|
||||
accompanist = "0.25.0"
|
||||
material3 = "1.0.0-alpha15"
|
||||
|
@ -8,7 +8,7 @@ material3 = "1.0.0-alpha15"
|
|||
activity = "androidx.activity:activity-compose:1.6.0-alpha05"
|
||||
foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose" }
|
||||
animation = { module = "androidx.compose.animation:animation", version.ref = "compose" }
|
||||
animation-graphics = { module = "androidx.compose.animation:animation-graphics", version.ref="compose" }
|
||||
animation-graphics = { module = "androidx.compose.animation:animation-graphics", version.ref = "compose" }
|
||||
ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
|
||||
ui-util = { module = "androidx.compose.ui:ui-util", version.ref = "compose" }
|
||||
|
||||
|
@ -19,6 +19,6 @@ material-icons = { module = "androidx.compose.material:material-icons-extended",
|
|||
|
||||
accompanist-webview = { module = "com.google.accompanist:accompanist-webview", version.ref = "accompanist" }
|
||||
accompanist-swiperefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" }
|
||||
accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref="accompanist" }
|
||||
accompanist-pager-core = { module = "com.google.accompanist:accompanist-pager", version.ref = "accompanist"}
|
||||
accompanist-pager-indicators = { module = "com.google.accompanist:accompanist-pager-indicators", version.ref = "accompanist"}
|
||||
accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" }
|
||||
accompanist-pager-core = { module = "com.google.accompanist:accompanist-pager", version.ref = "accompanist" }
|
||||
accompanist-pager-indicators = { module = "com.google.accompanist:accompanist-pager-indicators", version.ref = "accompanist" }
|
||||
|
|
Loading…
Reference in a new issue