Skip to content

Commit

Permalink
Merge branch 'main' into renovate/gradle-8-0-x
Browse files Browse the repository at this point in the history
  • Loading branch information
wmontwe committed Mar 4, 2023
2 parents dfb2b7e + e6e5883 commit c57ee6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ See [changeset](https://github.com/wmontwe/blueprint-mobile/compare/v0.1.0...mai
### Bumped

- Gradle 7.5.1 -> 8.0.2
- Android Gradle Plugin 7.3.1 -> 7.4.1
- Android Gradle Plugin 7.3.1 -> 7.4.2
- Bitfunk Quality 0.1.1 -> 0.2.0
- Bitfunk Versioning 0.1.2 -> 0.2.0
- Binary Compatibility Validator 0.12.1 -> 0.13.0
Expand All @@ -37,7 +37,7 @@ See [changeset](https://github.com/wmontwe/blueprint-mobile/compare/v0.1.0...mai
- SqlDelight 1.5.4 -> 1.5.5
- AndroidX Test Runner 1.5.1 -> 1.5.2
- AndroidX Test Junit 1.1.4 -> 1.1.5
- Ktor 2.2.1 -> 2.2.3
- Ktor 2.2.1 -> 2.2.4
- Robolectric 4.9.1 -> 4.9.2
- Compose Kakao 0.1.1 -> 0.2.2
- Kotlinx Espresso 3.5.0 -> 3.5.1
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ minSdk = "21"
targetSdk = "33"
compileSdk = "33"

android-gradlePlugin = "7.4.1"
android-gradlePlugin = "7.4.2"
android-desugaring = "2.0.2"

androidx-core = "1.9.0"
Expand All @@ -31,7 +31,7 @@ androidx-lifecycle-viewmodel-compose = "2.5.1"
# Libraries
koin = "3.3.3"
koin-android = "3.3.3"
ktor = "2.2.3"
ktor = "2.2.4"
sqldelight = "1.5.5"

# Android Test
Expand Down

0 comments on commit c57ee6c

Please sign in to comment.