From 468eace988aedc5730b3a83671f420c72862e9c5 Mon Sep 17 00:00:00 2001 From: Thanh Nguyen Date: Wed, 26 Dec 2018 16:25:06 +0700 Subject: [PATCH] Update support compat lib to 28.0.0 --- app/build.gradle | 8 ++++---- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 ++-- material/build.gradle | 8 ++++---- material/src/main/res/values/attrs.xml | 14 -------------- 5 files changed, 11 insertions(+), 25 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 70066e1d..6f7fcdfb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,13 +1,13 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 27 - buildToolsVersion "28.0.0" + compileSdkVersion 28 + buildToolsVersion "28.0.3" defaultConfig { applicationId "com.rey.material.demo" minSdkVersion 14 - targetSdkVersion 27 + targetSdkVersion 28 versionCode 6 versionName "0.0.6" } @@ -34,7 +34,7 @@ android { } ext{ - libSupportVersion = '27.1.1' + libSupportVersion = '28.0.0' } dependencies { diff --git a/build.gradle b/build.gradle index 3f2437ec..e89c1e49 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.1.3' + classpath 'com.android.tools.build:gradle:3.2.1' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3' // NOTE: Do not place your application dependencies here; they belong diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index eb4006a1..2afb0b96 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Fri Jun 22 15:44:18 ICT 2018 +#Wed Dec 26 16:16:08 ICT 2018 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip diff --git a/material/build.gradle b/material/build.gradle index 5a28b075..59ff8232 100644 --- a/material/build.gradle +++ b/material/build.gradle @@ -1,12 +1,12 @@ apply plugin: 'com.android.library' android { - compileSdkVersion 27 - buildToolsVersion "28.0.0" + compileSdkVersion 28 + buildToolsVersion "28.0.3" defaultConfig { minSdkVersion 14 - targetSdkVersion 27 + targetSdkVersion 28 versionCode 22 versionName "1.2.5" } @@ -19,7 +19,7 @@ android { } ext{ - libSupportVersion = '27.1.1' + libSupportVersion = '28.0.0' } dependencies { diff --git a/material/src/main/res/values/attrs.xml b/material/src/main/res/values/attrs.xml index e2dda993..263d8d8d 100644 --- a/material/src/main/res/values/attrs.xml +++ b/material/src/main/res/values/attrs.xml @@ -98,19 +98,8 @@ - - - - - - - - - - - @@ -462,9 +451,6 @@ - - -