Skip to content

Commit

Permalink
Merge pull request #195 from vivid-money/update_dependencies/androidx…
Browse files Browse the repository at this point in the history
…_compose_material

Upgraded dependencies for groupId androidx.compose.material
  • Loading branch information
diklimchuk authored Apr 7, 2023
2 parents cb3bede + 839c331 commit ff4c043
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ext.versions = [
compose: "1.1.1",
compose: "1.4.0",
]

ext.deps = [
gradle : [
androidPlugin : "com.android.tools.build:gradle:7.3.1",
kotlinPlugin : "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10",
kotlinPlugin : "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0",
intellijPlugin: "org.jetbrains.intellij.plugins:gradle-intellij-plugin:1.5.3",
detektPlugin : "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.22.0",
releasesHub : "com.dipien:releases-hub-gradle-plugin:4.0.0",
Expand All @@ -23,9 +23,9 @@ ext.deps = [
compose : [
activity : "androidx.activity:activity-compose:1.6.1",
foundation : "androidx.compose.foundation:foundation:1.1.1",
iconsCore : "androidx.compose.material:material-icons-core:1.1.1",
iconsExtended : "androidx.compose.material:material-icons-extended:1.1.1",
material : "androidx.compose.material:material:1.1.1",
iconsCore : "androidx.compose.material:material-icons-core:1.4.0",
iconsExtended : "androidx.compose.material:material-icons-extended:1.4.0",
material : "androidx.compose.material:material:1.4.0",
runtimeRxJava2: "androidx.compose.runtime:runtime-rxjava2:1.1.1",
runtimeRxJava3: "androidx.compose.runtime:runtime-rxjava3:1.1.1",
swiperefresh : "com.google.accompanist:accompanist-swiperefresh:0.28.0",
Expand Down

0 comments on commit ff4c043

Please sign in to comment.