From e79c1168ff4f048d600994fc5d04e56d81a44d67 Mon Sep 17 00:00:00 2001 From: johan12345 Date: Sun, 13 Nov 2022 14:43:02 +0100 Subject: [PATCH] update dependencies --- app/build.gradle | 16 ++++++++-------- build.gradle | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 36a4061b..1e29c94c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -160,13 +160,13 @@ configurations { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.6.0-rc01' - implementation 'androidx.core:core-ktx:1.8.0' + implementation 'androidx.core:core-ktx:1.9.0' implementation 'androidx.core:core-splashscreen:1.0.0' - implementation "androidx.activity:activity-ktx:1.5.1" - implementation "androidx.fragment:fragment-ktx:1.5.2" + implementation "androidx.activity:activity-ktx:1.6.1" + implementation "androidx.fragment:fragment-ktx:1.5.4" implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.preference:preference-ktx:1.2.0' - implementation 'com.google.android.material:material:1.6.1' + implementation 'com.google.android.material:material:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.browser:browser:1.4.0' @@ -210,7 +210,7 @@ dependencies { implementation 'com.github.johan12345:mapbox-events-android:a21c324501' // Google Places - googleImplementation 'com.google.android.libraries.places:places:2.6.0' + googleImplementation 'com.google.android.libraries.places:places:2.7.0' googleImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.1' // Mapbox Geocoding @@ -255,10 +255,10 @@ dependencies { // testing for car app testGoogleImplementation "androidx.car.app:app-testing:$carAppVersion" testGoogleImplementation 'org.robolectric:robolectric:4.8.1' - testGoogleImplementation 'androidx.test:core:1.4.0' + testGoogleImplementation 'androidx.test:core:1.5.0' - androidTestImplementation 'androidx.test.ext:junit:1.1.3' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' + androidTestImplementation 'androidx.test.ext:junit:1.1.4' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0' kapt "com.squareup.moshi:moshi-kotlin-codegen:1.13.0" diff --git a/build.gradle b/build.gradle index b98be5b9..4bca17f9 100644 --- a/build.gradle +++ b/build.gradle @@ -3,14 +3,14 @@ buildscript { ext.kotlin_version = '1.7.10' ext.about_libs_version = '8.9.4' - ext.nav_version = '2.5.2' + ext.nav_version = '2.5.3' repositories { google() mavenCentral() gradlePluginPortal() } dependencies { - classpath 'com.android.tools.build:gradle:7.3.0' + classpath 'com.android.tools.build:gradle:7.3.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:$about_libs_version" classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"