Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
Upgrade dependencies: compose, activity, koin
Browse files Browse the repository at this point in the history
Compose to v1.0.0-rc02
Activity to v1.0.0-rc02
Koin to v3.1.2
  • Loading branch information
noahjutz committed Jul 19, 2021
1 parent 766dc9a commit 90886ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ object Libs {
}

object Activity {
private const val version = "1.3.0-rc01"
private const val version = "1.3.0-rc02"
const val compose = "androidx.activity:activity-compose:$version"
}

object Compose {
const val version = "1.0.0-rc01"
const val version = "1.0.0-rc02"
const val ui = "androidx.compose.ui:ui:$version"
const val tooling = "androidx.compose.ui:ui-tooling:$version"
const val foundation = "androidx.compose.foundation:foundation:$version"
Expand All @@ -91,7 +91,7 @@ object Libs {
}

object Koin {
private const val version = "3.1.1"
private const val version = "3.1.2"
const val android = "io.insert-koin:koin-android:$version"
const val compose = "io.insert-koin:koin-androidx-compose:$version"
const val test = "io.insert-koin:koin-test:$version"
Expand Down

0 comments on commit 90886ee

Please sign in to comment.