File tree Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Expand file tree Collapse file tree 10 files changed +14
-14
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@v5
1616 - name : set up JDK 11
17- uses : actions/setup-java@v3.4 .1
17+ uses : actions/setup-java@v4.7 .1
1818 with :
1919 distribution : ' zulu'
2020 java-version : 11
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@v5
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 .1.5'
5050
5151 implementation Compose . compiler
5252 implementation Compose . ui
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ buildscript {
1313
1414plugins {
1515 id(Linter .ktlint) version Linter .ktlintVersion
16- id(" com.android.library" ) version " 7.2.2 " apply false
17- id(" org.jetbrains.kotlin.android" ) version " 1.7 .10" apply false
18- id(" org.jetbrains.kotlin.jvm" ) version " 1.7 .10" apply false
16+ id(" com.android.library" ) version " 8.12.1 " apply false
17+ id(" org.jetbrains.kotlin.android" ) version " 2.2 .10" apply false
18+ id(" org.jetbrains.kotlin.jvm" ) version " 2.2 .10" apply false
1919}
2020
2121tasks.register(" clean" , Delete ::class ) {
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.12.1 "
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 11object KotlinObject {
2- const val version = " 1.7 .10"
2+ const val version = " 2.2 .10"
33}
44
Original file line number Diff line number Diff line change 11object Retrofit {
2- private const val version = " 2.9 .0"
2+ private const val version = " 3.0 .0"
33 const val retrofit = " com.squareup.retrofit2:retrofit:$version "
44 const val moshiConverter = " com.squareup.retrofit2:converter-moshi:$version "
55
6- private const val okHttpVersion = " 4.9.3 "
6+ private const val okHttpVersion = " 5.1.0 "
77 const val okHttp = " com.squareup.okhttp3:okhttp:$okHttpVersion "
88 const val okHttpLoggingInterceptor = " com.squareup.okhttp3:logging-interceptor:$okHttpVersion "
99}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ object Testing {
1515 const val mockk = " io.mockk:mockk:$mockkVersion "
1616 const val mockkAndroid = " io.mockk:mockk-android:$mockkVersion "
1717
18- private const val mockWebServerVersion = " 4.9.3 "
18+ private const val mockWebServerVersion = " 5.1.0 "
1919 const val mockWebServer = " com.squareup.okhttp3:mockwebserver:$mockWebServerVersion "
2020
2121 const val composeUiTest = " androidx.compose.ui:ui-test-junit4:${Compose .composeVersion} "
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 .1.5'
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-9.0.0 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments