Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
chore(deps): update major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 26, 2023
1 parent 1feec4c commit f485a5c
Show file tree
Hide file tree
Showing 9 changed files with 190 additions and 123 deletions.
2 changes: 1 addition & 1 deletion base-module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ android {
}

dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'

implementation DataStore.dataStorePreferences

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {

plugins {
id(Linter.ktlint) version Linter.ktlintVersion
id("com.android.library") version "7.2.2" apply false
id("com.android.library") version "8.1.0" apply false
id("org.jetbrains.kotlin.android") version "1.7.10" apply false
id("org.jetbrains.kotlin.jvm") version "1.7.10" apply false
}
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Build.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object Build {
private const val androidBuildToolsVersion = "7.2.2"
private const val androidBuildToolsVersion = "8.1.0"
const val androidBuildTools = "com.android.tools.build:gradle:$androidBuildToolsVersion"

const val kotlinGradlePlugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:${KotlinObject.version}"
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Compose.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object Compose {
const val composeCompilerVersion = "1.3.2"
const val compiler = "androidx.compose.compiler:compiler:$composeCompilerVersion"
const val composeBom = "androidx.compose:compose-bom:2022.10.00"
const val composeBom = "androidx.compose:compose-bom:2023.06.01"

const val material = "androidx.compose.material:material"
const val ui = "androidx.compose.ui:ui"
Expand Down
2 changes: 1 addition & 1 deletion compose-module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ android {
}

dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'

implementation platform(Compose.composeBom)
androidTestImplementation Compose.composeBom
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
7 changes: 4 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#Mon Aug 29 09:51:40 WEST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit f485a5c

Please sign in to comment.