From 3202a14ee51128cd41e020f172d6eae455fa810c Mon Sep 17 00:00:00 2001 From: Dinorah Tovar Date: Thu, 12 Apr 2018 09:35:36 -0500 Subject: [PATCH] Updating Build Tools Updating Tools and new version name 2.1.4 --- app/build.gradle | 6 +++--- library/build.gradle | 20 ++++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8807715..8f3e0c7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 23 - buildToolsVersion "23.0.2" + compileSdkVersion 27 + buildToolsVersion "27.0.3" defaultConfig { applicationId "com.wang.avi.sample" minSdkVersion 14 - targetSdkVersion 23 + targetSdkVersion 27 versionCode 33 versionName "2.1.3" } diff --git a/library/build.gradle b/library/build.gradle index db93c09..b1d8283 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -1,14 +1,14 @@ apply plugin: 'com.android.library' android { - compileSdkVersion 23 - buildToolsVersion "23.0.2" + compileSdkVersion 27 + buildToolsVersion "27.0.3" defaultConfig { minSdkVersion 14 - targetSdkVersion 23 + targetSdkVersion 27 versionCode 33 - versionName "2.1.3" + versionName "2.1.4" } buildTypes { release { @@ -23,14 +23,14 @@ dependencies { } ext { - PUBLISH_GROUP_ID = 'com.wang.avi' - PUBLISH_VERSION = '2.1.3' - PUBLISH_DES = 'Nice loading animations for Android' + groupId = 'com.wang.avi' + versionName = '2.1.3' + desc = 'Nice loading animations for Android' LIB_NAME = 'AVLoadingIndicatorView' - WEBSITE_URL = 'https://github.com/81813780/AVLoadingIndicatorView' - ISSUE_TRACKER_URL = 'https://github.com/81813780/AVLoadingIndicatorView/issues' - VSC_URL = 'https://github.com/81813780/AVLoadingIndicatorView' + websiteUrl = 'https://github.com/81813780/AVLoadingIndicatorView' + issueTrackerUrl = 'https://github.com/81813780/AVLoadingIndicatorView/issues' + vcsUrl = 'https://github.com/81813780/AVLoadingIndicatorView' } apply from: 'https://raw.githubusercontent.com/andforce/release-android-lib-to-jcenter/master/bintray.gradle' \ No newline at end of file