diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index dec605a35..925334bb9 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -8,6 +8,6 @@ repositories { } dependencies { - implementation("com.android.tools.build:gradle:8.9.3") + implementation("com.android.tools.build:gradle:8.13.1") implementation("com.google.code.gson:gson:2.10.1") } diff --git a/messaginginapp/build.gradle b/messaginginapp/build.gradle index 749b740ef..074adf681 100644 --- a/messaginginapp/build.gradle +++ b/messaginginapp/build.gradle @@ -37,8 +37,8 @@ dependencies { api project(":base") api project(":core") - implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.3.1" + implementation 'androidx.constraintlayout:constraintlayout:2.2.1' + implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.10.0" implementation 'com.squareup.retrofit2:converter-gson:2.9.0' implementation Dependencies.reduxKotlin diff --git a/samples/java_layout/build.gradle b/samples/java_layout/build.gradle index eef063c9c..1da80737d 100644 --- a/samples/java_layout/build.gradle +++ b/samples/java_layout/build.gradle @@ -41,21 +41,21 @@ android { } dependencies { - def datastore_version = "1.0.0" - def lifecycle_version = "2.6.1" + def datastore_version = "1.2.0" + def lifecycle_version = "2.10.0" // Existing dependencies - implementation "androidx.annotation:annotation:1.6.0" - implementation "androidx.appcompat:appcompat:1.6.1" - implementation "androidx.constraintlayout:constraintlayout:2.1.4" - implementation "androidx.core:core-splashscreen:1.0.1" + implementation "androidx.annotation:annotation:1.9.1" + implementation "androidx.appcompat:appcompat:1.7.1" + implementation "androidx.constraintlayout:constraintlayout:2.2.1" + implementation "androidx.core:core-splashscreen:1.2.0" implementation "androidx.datastore:datastore-preferences:$datastore_version" implementation "androidx.datastore:datastore-preferences-rxjava3:$datastore_version" implementation "androidx.lifecycle:lifecycle-common-java8:$lifecycle_version" implementation "androidx.lifecycle:lifecycle-livedata:$lifecycle_version" implementation "androidx.lifecycle:lifecycle-reactivestreams:$lifecycle_version" implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycle_version" - implementation "com.google.android.material:material:1.9.0" + implementation "com.google.android.material:material:1.13.0" implementation "io.reactivex.rxjava3:rxandroid:3.0.2" // Because RxAndroid releases are few and far between, it is recommended to // explicitly depend on RxJava's latest version for bug fixes and new features.