From 114f6421813cc9edf79eb17eeffd4d7f664162d6 Mon Sep 17 00:00:00 2001 From: Matthieu <24-artectrex@users.noreply.shinice.net> Date: Tue, 7 Jun 2022 20:46:46 +0200 Subject: [PATCH] Update dependencies --- app/build.gradle | 26 ++++++++++++------------ build.gradle | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 92d7b50c..b10aca63 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,7 +13,7 @@ jacoco.toolVersion = "0.8.7" android { - compileSdkVersion 31 + compileSdkVersion 32 buildToolsVersion '31.0.0' compileOptions { coreLibraryDesugaringEnabled true @@ -27,7 +27,7 @@ android { defaultConfig { applicationId "org.pixeldroid.app" minSdkVersion 23 - targetSdkVersion 31 + targetSdkVersion 32 versionCode 10 versionName "1.0.beta" + versionCode @@ -106,17 +106,17 @@ dependencies { /** * AndroidX dependencies: */ - implementation 'androidx.appcompat:appcompat:1.4.1' - implementation 'androidx.core:core-ktx:1.7.0' + implementation 'androidx.appcompat:appcompat:1.4.2' + implementation 'androidx.core:core-ktx:1.8.0' implementation 'androidx.preference:preference-ktx:1.2.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.3' - implementation 'androidx.navigation:navigation-fragment-ktx:2.4.1' - implementation 'androidx.navigation:navigation-ui-ktx:2.4.1' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' + implementation 'androidx.navigation:navigation-fragment-ktx:2.4.2' + implementation 'androidx.navigation:navigation-ui-ktx:2.4.2' implementation "androidx.browser:browser:1.4.0" implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" - implementation 'androidx.navigation:navigation-fragment-ktx:2.4.1' - implementation 'androidx.navigation:navigation-ui-ktx:2.4.1' + implementation 'androidx.navigation:navigation-fragment-ktx:2.4.2' + implementation 'androidx.navigation:navigation-ui-ktx:2.4.2' implementation 'androidx.paging:paging-runtime-ktx:3.1.1' implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.4.1' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1' @@ -133,7 +133,7 @@ dependencies { // Use the most recent version of CameraX - def cameraX_version = '1.1.0-beta02' + def cameraX_version = '1.1.0-rc01' implementation "androidx.camera:camera-core:$cameraX_version" implementation "androidx.camera:camera-camera2:$cameraX_version" // CameraX Lifecycle library @@ -154,7 +154,7 @@ dependencies { */ - implementation 'com.google.android.material:material:1.5.0' + implementation 'com.google.android.material:material:1.6.1' //Dagger (dependency injection) implementation 'com.google.dagger:dagger-android:2.40.5' @@ -163,7 +163,7 @@ dependencies { kapt 'com.google.dagger:dagger-android-processor:2.40.5' kapt 'com.google.dagger:dagger-compiler:2.40.5' - implementation 'com.squareup.okhttp3:okhttp:4.9.1' + implementation 'com.squareup.okhttp3:okhttp:4.9.2' implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'com.squareup.retrofit2:converter-gson:2.9.0' implementation 'com.squareup.retrofit2:adapter-rxjava3:2.9.0' @@ -227,7 +227,7 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' androidTestImplementation 'androidx.test.espresso:espresso-intents:3.4.0' androidTestImplementation 'com.android.support.test.espresso:espresso-contrib:3.0.2' - androidTestImplementation 'com.squareup.okhttp3:mockwebserver:4.9.0' + androidTestImplementation 'com.squareup.okhttp3:mockwebserver:4.9.2' } diff --git a/build.gradle b/build.gradle index 8a6b5559..5d5d8d52 100644 --- a/build.gradle +++ b/build.gradle @@ -1,13 +1,13 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.6.10' + ext.kotlin_version = '1.6.21' repositories { google() mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.1.2' + classpath 'com.android.tools.build:gradle:7.1.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index faf868a7..39b9af83 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,4 +1,4 @@ -#Sat Sep 18 21:24:34 CEST 2021 +#Tue Jun 07 20:42:16 CEST 2022 distributionBase=GRADLE_USER_HOME distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip distributionPath=wrapper/dists