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 Sep 21, 2023
1 parent 1feec4c commit 6bfc091
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: set up JDK 11
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitleaks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
timeout-minutes: 1
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: gitleaks-action
Expand Down
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.1" 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.1"
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.09.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
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 @@
#Mon Aug 29 09:51:40 WEST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 6bfc091

Please sign in to comment.