File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212 build :
1313 runs-on : macos-latest
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 - name : set up JDK 11
17171818 with :
Original file line number Diff line number Diff line change 1515 timeout-minutes : 1
1616 steps :
1717 - name : Check out repository code
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919 with :
2020 fetch-depth : ' 0'
2121 - name : gitleaks-action
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ android {
4646}
4747
4848dependencies {
49- coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:1.1.5 '
49+ coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:2.0.4 '
5050
5151 implementation Compose . compiler
5252 implementation Compose . ui
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
1313
1414plugins {
1515 id(Linter .ktlint) version Linter .ktlintVersion
16- id(" com.android.library" ) version " 7.2 .2" apply false
16+ id(" com.android.library" ) version " 8.1 .2" apply false
1717 id(" org.jetbrains.kotlin.android" ) version " 1.7.10" apply false
1818 id(" org.jetbrains.kotlin.jvm" ) version " 1.7.10" apply false
1919}
Original file line number Diff line number Diff line change 11object Build {
2- private const val androidBuildToolsVersion = " 7.2 .2"
2+ private const val androidBuildToolsVersion = " 8.1 .2"
33 const val androidBuildTools = " com.android.tools.build:gradle:$androidBuildToolsVersion "
44
55 const val kotlinGradlePlugin = " org.jetbrains.kotlin:kotlin-gradle-plugin:${KotlinObject .version} "
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ android {
4747}
4848
4949dependencies {
50- coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:1.1.5 '
50+ coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:2.0.4 '
5151
5252 implementation Compose . compiler
5353 implementation Compose . ui
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments