From af866e3a148165c3e952e01bbcaaa68e7c470c9a Mon Sep 17 00:00:00 2001 From: sim Date: Tue, 30 May 2023 22:31:34 +0200 Subject: [PATCH] Bump dependencies --- app/build.gradle | 7 +++---- build.gradle | 6 +++--- gradle.properties | 5 ++++- gradle/wrapper/gradle-wrapper.properties | 2 +- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1529388..9f0a7f2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,16 +53,15 @@ ext { dependencies { implementation("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version") implementation("androidx.appcompat:appcompat:1.6.1") - implementation("com.google.android.material:material:1.8.0") + implementation("com.google.android.material:material:1.9.0") implementation("androidx.constraintlayout:constraintlayout:2.1.4") implementation("androidx.coordinatorlayout:coordinatorlayout:1.2.0") - implementation("com.squareup.okhttp3:okhttp-sse:4.10.0") - implementation("com.github.nextcloud:Android-SingleSignOn:0.7.0") + implementation("com.squareup.okhttp3:okhttp-sse:4.11.0") + implementation("com.github.nextcloud:Android-SingleSignOn:0.8.0") 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:rxandroid:3.0.2") implementation("androidx.work:work-runtime-ktx:2.8.1") - implementation("com.google.android.material:material:1.8.0") } diff --git a/build.gradle b/build.gradle index d01dda3..45903f9 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.10' + ext.kotlin_version = '1.8.21' repositories { google() mavenCentral() @@ -12,9 +12,9 @@ buildscript { } } dependencies { - classpath 'com.android.tools.build:gradle:7.4.2' + classpath 'com.android.tools.build:gradle:8.0.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - classpath "org.jlleitschuh.gradle:ktlint-gradle:11.3.1" + classpath "org.jlleitschuh.gradle:ktlint-gradle:11.3.2" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } diff --git a/gradle.properties b/gradle.properties index 04b603c..8d84a6c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,4 +19,7 @@ android.useAndroidX=true # android.enableJetifier=false # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -org.gradle.unsafe.configuration-cache=true \ No newline at end of file +org.gradle.unsafe.configuration-cache=true +android.defaults.buildfeatures.buildconfig=true +android.nonTransitiveRClass=false +android.nonFinalResIds=false \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 3f4f13a..e90b2c7 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Sun Jan 22 18:36:40 CET 2023 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME