diff --git a/app/build.gradle b/app/build.gradle index 1c038e4..0c9579e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -68,7 +68,7 @@ dependencies { implementation("com.squareup.retrofit2:retrofit:$retrofitVersion") implementation("com.squareup.retrofit2:converter-gson:$retrofitVersion") implementation("com.squareup.retrofit2:adapter-rxjava3:$retrofitVersion") - implementation("io.reactivex.rxjava3:rxjava:3.1.6") + implementation('io.reactivex.rxjava3:rxjava:3.1.7') implementation("io.reactivex.rxjava3:rxandroid:3.0.2") implementation("androidx.work:work-runtime-ktx:2.8.1") } diff --git a/build.gradle b/build.gradle index 65687c5..78ae65d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.8.22' + ext.kotlin_version = '1.9.10' repositories { google() mavenCentral() @@ -12,9 +12,9 @@ buildscript { } } dependencies { - classpath 'com.android.tools.build:gradle:8.0.2' + classpath 'com.android.tools.build:gradle:8.1.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - classpath "org.jlleitschuh.gradle:ktlint-gradle:11.4.0" + classpath "org.jlleitschuh.gradle:ktlint-gradle:11.5.1" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }