From e86b211cd18e3df1932a970d2f431b208a98ae42 Mon Sep 17 00:00:00 2001
From: Norman Breau <norman@normanbreau.com>
Date: Sat, 25 Apr 2020 14:34:15 -0300
Subject: [PATCH] breaking: Bump android gradle plugin to 3.6.0 (#962)

---
 framework/build.gradle     | 2 +-
 test/android/build.gradle  | 2 +-
 test/androidx/build.gradle | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/framework/build.gradle b/framework/build.gradle
index c4bd5363..43307d89 100644
--- a/framework/build.gradle
+++ b/framework/build.gradle
@@ -31,7 +31,7 @@ buildscript {
     dependencies {
         // The gradle plugin and the maven plugin have to be updated after each version of Android
         // studio comes out
-        classpath 'com.android.tools.build:gradle:3.5.3'
+        classpath 'com.android.tools.build:gradle:3.6.0'
         classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
         classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
     }
diff --git a/test/android/build.gradle b/test/android/build.gradle
index 83d8f635..8ed97544 100644
--- a/test/android/build.gradle
+++ b/test/android/build.gradle
@@ -30,7 +30,7 @@ buildscript {
         // NOTE: Do not place your application dependencies here; they belong
         // in the individual module build.gradle files
 
-        classpath 'com.android.tools.build:gradle:3.5.3'
+        classpath 'com.android.tools.build:gradle:3.6.0'
         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
     }
 }
diff --git a/test/androidx/build.gradle b/test/androidx/build.gradle
index fbfcb272..46eb0c49 100644
--- a/test/androidx/build.gradle
+++ b/test/androidx/build.gradle
@@ -28,7 +28,7 @@ buildscript {
         // NOTE: Do not place your application dependencies here; they belong
         // in the individual module build.gradle files
 
-        classpath 'com.android.tools.build:gradle:3.5.3'
+        classpath 'com.android.tools.build:gradle:3.6.0'
     }
 }