Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
blundell committed Jan 10, 2022
1 parent f72d2a7 commit a6a8910
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ afterEvaluate { project ->
unitTests.returnDefaultValues = true
}
composeOptions {
kotlinCompilerExtensionVersion compose_version
kotlinCompilerExtensionVersion "1.1.0-rc02"
}
packagingOptions {
resources {
Expand Down
2 changes: 1 addition & 1 deletion mono-libraries/http/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {

implementation(project(":logging"))

implementation("androidx.core:core-ktx:1.6.0")
implementation("androidx.core:core-ktx:1.7.0")
val composeVersion = rootProject.extra["compose_version"]
implementation("androidx.compose.runtime:runtime-livedata:$composeVersion")
implementation("com.squareup.okhttp3:okhttp:4.9.1")
Expand Down
2 changes: 1 addition & 1 deletion mono-libraries/logging/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
val implementation by configurations
val testImplementation by configurations

implementation("androidx.core:core-ktx:1.6.0")
implementation("androidx.core:core-ktx:1.7.0")
val composeVersion = rootProject.extra["compose_version"]
implementation("androidx.compose.runtime:runtime-livedata:$composeVersion")

Expand Down

0 comments on commit a6a8910

Please sign in to comment.