From 36089699d4649e5a7da7b208e0b8c52ad893d3e3 Mon Sep 17 00:00:00 2001 From: Dimitry Ivanov Date: Thu, 14 Nov 2019 16:04:23 +0300 Subject: [PATCH] Update android gradle plugin to 3.5.2 --- app/build.gradle | 14 -------------- build.gradle | 3 +-- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8f652da3..aba0e620 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,24 +17,10 @@ android { lintOptions { abortOnError false } - - buildTypes { - debug { - minifyEnabled false - proguardFile 'proguard.pro' - } - } - - compileOptions { - targetCompatibility '1.8' - sourceCompatibility '1.8' - } } dependencies { - implementation project(':markwon-editor') - implementation project(':markwon-core') implementation project(':markwon-ext-strikethrough') implementation project(':markwon-ext-tables') diff --git a/build.gradle b/build.gradle index 05de0777..d0578fdf 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.5.1' + classpath 'com.android.tools.build:gradle:3.5.2' classpath 'com.github.ben-manes:gradle-versions-plugin:0.21.0' } } @@ -44,7 +44,6 @@ if (hasProperty('local')) { ext { - // NB, updating build-tools or compile-sdk will require updating Travis config (.travis.yml) config = [ 'build-tools' : '28.0.3', 'compile-sdk' : 28,