File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 deployToNexus :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 with :
1313 fetch-depth : 0
14- - uses : actions/setup-java@v4
14+ - uses : actions/setup-java@v5
1515 with :
1616 distribution : ' corretto'
1717 java-version : ' 17'
Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ dependencies {
4444 implementation(project(" :lib" ))
4545 implementation(project(" :shared" ))
4646
47- implementation(" io.insert-koin:koin-core:3.4.3 " )
48- implementation(" io.insert-koin:koin-android:3.4.3 " )
49- implementation(" io.github.aakira:napier:2.6 .1" )
47+ implementation(" io.insert-koin:koin-core:4.1.0 " )
48+ implementation(" io.insert-koin:koin-android:4.1.0 " )
49+ implementation(" io.github.aakira:napier:2.7 .1" )
5050
5151 kapt(libs.hilt.compiler)
5252 implementation(libs.hilt.android)
Original file line number Diff line number Diff line change 3131
3232distributionBase =GRADLE_USER_HOME
3333distributionPath =wrapper/dists
34- distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
34+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -bin.zip
3535zipStoreBase =GRADLE_USER_HOME
3636zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencyResolutionManagement {
5151 }
5252 versionCatalogs {
5353 create(" libs" ) {
54- from(" no.nordicsemi.android.gradle:version-catalog:1.11. 3" )
54+ from(" no.nordicsemi.android.gradle:version-catalog:2.9- 3" )
5555 }
5656 }
5757}
You can’t perform that action at this time.
0 commit comments