From 2fdb6518fb9d6824af03644ff4747c4c53b93f3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20M=C3=A9tais?= Date: Mon, 16 Mar 2020 09:23:21 +0100 Subject: [PATCH] Upgrade AGP to v3.6.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b62c56b48..7b0f87966 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.android_plugin_version = '3.6.0' + ext.android_plugin_version = '3.6.1' ext.kotlin_version = '1.3.70' ext.kotlinx_version = '1.3.4' repositories {