0
0
mirror of https://github.com/florisboard/florisboard.git synced 2024-09-20 03:52:18 +02:00

Upgrade Gradle build tools to 7.0.3

This commit is contained in:
Patrick Goldinger 2021-10-11 21:02:42 +02:00
parent c78f50781b
commit 53edce6917

View File

@ -4,7 +4,7 @@ plugins {
buildscript {
dependencies {
classpath("com.android.tools.build:gradle:7.0.2")
classpath("com.android.tools.build:gradle:7.0.3")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31")
classpath("com.google.android.gms:oss-licenses-plugin:0.10.4")
classpath("de.mannodermaus.gradle.plugins:android-junit5:1.7.1.1")