diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 65676352..2854bf4a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ versions = { id = "com.github.ben-manes.versions", version = "0.51.0" } license = { id = "com.jaredsburrows.license", version = "0.9.4" } [libraries] -android-plugin = { module = "com.android.tools.build:gradle", version = "4.2.2" } +android-plugin = { module = "com.android.tools.build:gradle", version = "7.0.4" } commons = { module = "org.apache.commons:commons-csv", version = "1.10.0" } moshi = { module = "com.squareup.moshi:moshi", version = "1.15.0" } kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlin" }