Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Update support compat lib to 28.0.0 #467

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -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"
}
Expand All @@ -34,7 +34,7 @@ android {
}

ext{
libSupportVersion = '27.1.1'
libSupportVersion = '28.0.0'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions material/build.gradle
Original file line number Diff line number Diff line change
@@ -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"
}
Expand All @@ -19,7 +19,7 @@ android {
}

ext{
libSupportVersion = '27.1.1'
libSupportVersion = '28.0.0'
}

dependencies {
Expand Down
14 changes: 0 additions & 14 deletions material/src/main/res/values/attrs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,19 +98,8 @@

<declare-styleable name="TextAppearance">
<attr name="android:textColorHighlight" />
<attr name="android:textColor" />
<attr name="android:textColorHint" />
<attr name="android:textColorLink" />
<attr name="android:textSize" />
<attr name="android:textStyle" />
<attr name="android:typeface" />
<attr name="android:fontFamily" />
<attr name="tv_fontFamily" />
<attr name="android:textAllCaps" />
<attr name="android:shadowColor" />
<attr name="android:shadowDx" />
<attr name="android:shadowDy" />
<attr name="android:shadowRadius" />
<attr name="android:elegantTextHeight" />
<attr name="android:fontFeatureSettings" />
<attr name="android:letterSpacing" />
Expand Down Expand Up @@ -462,9 +451,6 @@

<declare-styleable name="Spinner">
<attr name="android:gravity" />
<attr name="android:prompt" />
<attr name="android:dropDownWidth" />
<attr name="android:popupBackground" />
<attr name="android:minWidth"/>
<attr name="android:minHeight"/>
<attr name="spn_disableChildrenWhenDisabled" format="boolean"/>
Expand Down