From b3cccb7a85211d6c0c3664afb5457d704e5708a8 Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Thu, 26 Jul 2018 21:30:57 +0200 Subject: update gradle and android plugin --- aboutit-sample/build.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'aboutit-sample/build.gradle') diff --git a/aboutit-sample/build.gradle b/aboutit-sample/build.gradle index d5ab9e5..6980597 100644 --- a/aboutit-sample/build.gradle +++ b/aboutit-sample/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 23 - buildToolsVersion "23.0.1" + compileSdkVersion 27 + buildToolsVersion "27.0.03" defaultConfig { applicationId "com.snilius.aboutit.sample" minSdkVersion 14 - targetSdkVersion 23 + targetSdkVersion 27 versionCode 3 versionName "1.0.2" } @@ -20,8 +20,8 @@ android { } dependencies { - compile fileTree(include: ['*.jar'], dir: 'libs') - compile 'com.android.support:appcompat-v7:23.0.1' - compile project(':aboutit') - compile project(':aboutit-meta') + implementation fileTree(include: ['*.jar'], dir: 'libs') + implementation 'com.android.support:appcompat-v7:27.1.1' + implementation project(':aboutit') + implementation project(':aboutit-meta') } -- cgit v1.2.3