File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencyResolutionManagement {
3030 }
3131
3232 versionCatalogs {
33- val version = " 2024.12.12 " // Keep it in sync with root settings.gradle.kts
33+ val version = " 2025.03.10 " // Keep it in sync with root settings.gradle.kts
3434 create(" rmr" ) {
3535 from(" com.redmadrobot.versions:versions-redmadrobot:$version " )
3636 }
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-8.9 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -64,8 +64,6 @@ dependencies {
6464 api(rmr.flipper)
6565 api(rmr.itemsadapter.viewbinding)
6666 api(rmr.konfeature)
67- api(stack.accompanist.themeadapter.core)
68- api(stack.accompanist.themeadapter.material)
6967 api(stack.kotlinx.coroutines.android)
7068 api(stack.okhttp)
7169 api(stack.timber)
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencyResolutionManagement {
3131 }
3232
3333 versionCatalogs {
34- val version = " 2024.12.12 " // Keep it in sync with buildSrc/settings.gradle.kts
34+ val version = " 2025.03.10 " // Keep it in sync with buildSrc/settings.gradle.kts
3535 create(" rmr" ) {
3636 from(" com.redmadrobot.versions:versions-redmadrobot:$version " )
3737 }
You can’t perform that action at this time.
0 commit comments