summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2022-11-30 15:27:23 +0100
committerThomas <tschneider.ac@gmail.com>2022-11-30 15:27:23 +0100
commitef24d7586bac02be08f2fdf3229aa985afb63f4e (patch)
treec1ff52b72e3049f95ec4ed6571e0220c274b0898 /build.gradle
parent65202df92a954e17b86683c0552e5677107a4d90 (diff)
Upgrade libs
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 9e7043247..07c89c99c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,10 +6,10 @@ buildscript {
}
dependencies {
- classpath 'com.android.tools.build:gradle:7.0.4'
+ classpath 'com.android.tools.build:gradle:7.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.5.1"
- classpath 'com.google.gms:google-services:4.3.8'
+ classpath 'com.google.gms:google-services:4.3.10'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}