From fc41da94e23e24753776ea889b7092d30533478b Mon Sep 17 00:00:00 2001 From: David Date: Mon, 25 Jul 2022 10:43:35 +0200 Subject: [PATCH] + Dependencies updated to latest versions. --- app/build.gradle | 14 +++++++------- build.gradle | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ebe67a2..4924f89 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,13 +23,13 @@ plugins { } android { - compileSdkVersion 31 + compileSdkVersion 32 buildToolsVersion "30.0.3" defaultConfig { applicationId "com.example.android.hilt" minSdkVersion 16 - targetSdkVersion 31 + targetSdkVersion 32 versionCode 1 versionName "1.0" @@ -50,14 +50,14 @@ android { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation 'androidx.appcompat:appcompat:1.3.1' - implementation 'androidx.core:core-ktx:1.7.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.1' + implementation 'androidx.appcompat:appcompat:1.4.2' + implementation 'androidx.core:core-ktx:1.8.0' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.recyclerview:recyclerview:1.2.1' // Room - implementation "androidx.room:room-runtime:2.3.0" - kapt "androidx.room:room-compiler:2.3.0" + implementation "androidx.room:room-runtime:2.4.2" + kapt "androidx.room:room-compiler:2.4.2" // Testing dependencies androidTestImplementation "junit:junit:4.13.2" diff --git a/build.gradle b/build.gradle index 7585ed9..7fbf7be 100644 --- a/build.gradle +++ b/build.gradle @@ -15,14 +15,14 @@ */ buildscript { - ext.kotlin_version = '1.5.31' - ext.hilt_version = '2.40' + ext.kotlin_version = '1.7.10' + ext.hilt_version = '2.43' repositories { google() mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.0.3' + classpath 'com.android.tools.build:gradle:7.2.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 9200930..127ba62 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Sat Mar 13 20:10:35 CET 2021 +#Mon Jul 25 10:41:49 CEST 2022 distributionBase=GRADLE_USER_HOME +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip distributionPath=wrapper/dists -zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip +zipStoreBase=GRADLE_USER_HOME