From e73b34d34a0fbe2dc0c298e46ced90d97c0efc1d Mon Sep 17 00:00:00 2001 From: ditheshthegreat Date: Tue, 21 Nov 2017 12:22:11 +0530 Subject: [PATCH 1/2] Updated gradle to latest build --- library/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index 2aa094a..abd7981 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -2,12 +2,12 @@ apply plugin: 'com.android.library' apply plugin: 'com.github.dcendents.android-maven' group='com.github.developer-shivam' android { - compileSdkVersion 24 - buildToolsVersion "24.0.2" + compileSdkVersion 27 + buildToolsVersion '27.0.1' defaultConfig { minSdkVersion 9 - targetSdkVersion 24 + targetSdkVersion 27 versionCode 1 versionName "1.0" @@ -22,5 +22,5 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:24.2.1' + compile 'com.android.support:appcompat-v7:27.0.1' } From eed09f6bc41b5c63cf6b899fc5e754d772d5bf3b Mon Sep 17 00:00:00 2001 From: ditheshthegreat Date: Tue, 21 Nov 2017 12:27:19 +0530 Subject: [PATCH 2/2] gradle updated --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2f1a985..70f60c3 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.1' + classpath 'com.android.tools.build:gradle:3.0.0' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files