0
0
mirror of https://github.com/florisboard/florisboard.git synced 2024-09-20 12:02:19 +02:00

Update Gradle version to 7.0.2

This commit is contained in:
Patrick Goldinger 2021-09-07 23:58:41 +02:00
parent abe67c2a6f
commit 3ce323596c

View File

@ -1,5 +1,5 @@
plugins {
id("com.android.application") version "7.0.1"
id("com.android.application") version "7.0.2"
kotlin("android") version "1.5.20"
kotlin("kapt") version "1.5.20"
kotlin("plugin.serialization") version "1.5.20"