Skip to content

Commit

Permalink
Free todoapp from jcenter (JetBrains#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkivanov authored Apr 16, 2021
1 parent aa017ea commit df5742f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/todoapp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
mavenLocal()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
}
Expand Down
2 changes: 1 addition & 1 deletion examples/todoapp/buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repositories {
// TODO: remove after new build is published
mavenLocal()
google()
jcenter()
mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
}

Expand Down
2 changes: 1 addition & 1 deletion examples/todoapp/buildSrc/buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ plugins {
}

repositories {
jcenter()
mavenCentral()
}
8 changes: 4 additions & 4 deletions examples/todoapp/buildSrc/buildSrc/src/main/kotlin/Deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object Deps {

object Compose {
// __LATEST_COMPOSE_RELEASE_VERSION__
private const val VERSION = "0.4.0-build180"
private const val VERSION = "0.4.0-build183"
const val gradlePlugin = "org.jetbrains.compose:compose-gradle-plugin:$VERSION"
}
}
Expand All @@ -37,7 +37,7 @@ object Deps {

object ArkIvanov {
object MVIKotlin {
private const val VERSION = "2.0.1"
private const val VERSION = "2.0.2"
const val rx = "com.arkivanov.mvikotlin:rx:$VERSION"
const val mvikotlin = "com.arkivanov.mvikotlin:mvikotlin:$VERSION"
const val mvikotlinMain = "com.arkivanov.mvikotlin:mvikotlin-main:$VERSION"
Expand All @@ -49,7 +49,7 @@ object Deps {
}

object Decompose {
private const val VERSION = "0.2.1"
private const val VERSION = "0.2.3"
const val decompose = "com.arkivanov.decompose:decompose:$VERSION"
const val decomposeIosX64 = "com.arkivanov.decompose:decompose-iosx64:$VERSION"
const val decomposeIosArm64 = "com.arkivanov.decompose:decompose-iosarm64:$VERSION"
Expand All @@ -59,7 +59,7 @@ object Deps {

object Badoo {
object Reaktive {
private const val VERSION = "1.1.20"
private const val VERSION = "1.1.22"
const val reaktive = "com.badoo.reaktive:reaktive:$VERSION"
const val reaktiveTesting = "com.badoo.reaktive:reaktive-testing:$VERSION"
const val utils = "com.badoo.reaktive:utils:$VERSION"
Expand Down

0 comments on commit df5742f

Please sign in to comment.