Skip to content

Commit

Permalink
chore: Update dependencies (Compose BOM 2023.08.00) (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
svenjacobs authored Aug 18, 2023
1 parent ae0c649 commit 98c6ff0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ charset = utf-8
indent_style = tab
indent_size = 4
# ktlint configuration
ktlint_code_style = android
ktlint_code_style = android_studio
ktlint_experimental = enabled
ktlint_standard_function-naming = disabled
ktlint_standard_property-naming = disabled
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Android.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object Android {
const val minSdk = 21
const val targetSdk = 33
const val compileSdk = 33
const val compileSdk = 34
}
11 changes: 5 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
android-gradle-plugin = "8.0.2"
android-gradle-plugin = "8.1.0"
androidx-activity = "1.7.2"
androidx-compose-bom = "2023.06.01" # https://developer.android.com/jetpack/compose/bom/bom-mapping
androidx-compose-compiler = "1.5.0" # https://developer.android.com/jetpack/androidx/releases/compose-kotlin#pre-release_kotlin_compatibility
androidx-compose-bom = "2023.08.00" # https://developer.android.com/jetpack/compose/bom/bom-mapping
androidx-compose-compiler = "1.5.1" # https://developer.android.com/jetpack/androidx/releases/compose-kotlin#pre-release_kotlin_compatibility
androidx-lifecycle = "2.6.1"
kotlin = "1.9.0"

Expand All @@ -11,14 +11,13 @@ androidx-activity-compose = { module = "androidx.activity:activity-compose", ver
androidx-compose-animation = { module = "androidx.compose.animation:animation" }
androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "androidx-compose-bom" }
androidx-compose-foundation = { module = "androidx.compose.foundation:foundation" }
androidx-compose-material2 = { module = "androidx.compose.material:material" }
androidx-compose-material3 = { module = "androidx.compose.material3:material3" }
androidx-compose-material3-window-size = { module = "androidx.compose.material3:material3-window-size-class" }
androidx-compose-runtime = { module = "androidx.compose.runtime:runtime" }
androidx-compose-ui = { module = "androidx.compose.ui:ui" }
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
androidx-core-ktx = "androidx.core:core-ktx:1.9.0"
androidx-core-ktx = "androidx.core:core-ktx:1.10.1"
androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "androidx-lifecycle" }
jakewharton-timber = "com.jakewharton.timber:timber:5.0.1"
slack-compose-lint-checks = "com.slack.lint.compose:compose-lint-checks:1.2.0"
Expand All @@ -36,4 +35,4 @@ android-library = { id = "com.android.library", version.ref = "android-gradle-pl
jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
ben-manes-versions = "com.github.ben-manes.versions:0.47.0"
nexus-publish = "io.github.gradle-nexus.publish-plugin:1.3.0"
kotlinter = "org.jmailen.kotlinter:3.15.0"
kotlinter = "org.jmailen.kotlinter:3.16.0"
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 98c6ff0

Please sign in to comment.