1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

Tech | Update Android Gradle Plugin to 7.1.1 (#2107)

This commit is contained in:
Evgenii Kozlov 2022-02-14 15:05:22 +03:00 committed by GitHub
parent 93171796c2
commit fa0df5a27f
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.0'
classpath 'com.android.tools.build:gradle:7.1.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
classpath 'com.google.gms:google-services:4.3.10'