diff --git a/app/build.gradle b/app/build.gradle index 911f683..b109d3b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,7 +82,7 @@ dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') testImplementation 'junit:junit:4.13' implementation 'androidx.appcompat:appcompat:1.6.0' - implementation 'com.google.android.material:material:1.6.1' + implementation 'com.google.android.material:material:1.8.0' implementation "com.google.android.gms:play-services-maps:$playServiceMapsVersion" implementation "com.google.android.gms:play-services-location:$playServiceLocationVersion" diff --git a/build.gradle b/build.gradle index 86b3289..a474797 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.kotlinVersion = '1.6.10' + ext.kotlinVersion = '1.7.20' repositories { mavenCentral() maven { @@ -10,11 +10,11 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:4.2.2' + classpath 'com.android.tools.build:gradle:7.4.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files - classpath 'com.google.gms:google-services:4.3.8' + classpath 'com.google.gms:google-services:4.3.10' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion" classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$navigationVersion" classpath 'com.google.firebase:perf-plugin:1.4.2' diff --git a/gradle.properties b/gradle.properties index fc14014..3ab88cd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -43,7 +43,7 @@ photoViewVersion = 2.1.3 playServiceLocationVersion = 21.0.1 playServiceMapsVersion = 18.1.0 retrofitVersion = 2.9.0 -roomVersion = 2.4.0 +roomVersion = 2.5.0 sdpVersion = 1.1.0 sspVersion = 1.1.0 toastyVersion = 1.5.2 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b6eb560..2f459ed 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Sat May 29 16:23:32 WIB 2021 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME