From 9d4dba8fd2fe33d61b4e304b6a96aa195e03f890 Mon Sep 17 00:00:00 2001 From: VaiTon Date: Sun, 9 May 2021 13:06:10 +0200 Subject: [PATCH] build: update AGP from 4.1.3 to 4.2.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2a5054a1d265..cbe81b53c3fa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,7 @@ buildscript { maven("https://jitpack.io") } dependencies { - classpath("com.android.tools.build:gradle:4.1.3") + classpath("com.android.tools.build:gradle:4.2.0") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files