Skip to content

Commit

Permalink
Update Build Tools v27.0.3
Browse files Browse the repository at this point in the history
*Update Build Tools to v27.0.3.
*Update Dependencies to v27.1.0.
  • Loading branch information
rayliverified committed Mar 8, 2018
1 parent 17bab18 commit 1a1f1c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 27
buildToolsVersion "27.0.2"
buildToolsVersion "27.0.3"
defaultConfig {
applicationId "stream.customalertsample"
minSdkVersion 15
Expand All @@ -26,9 +26,9 @@ dependencies {
}
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation project(':customalert')
implementation 'com.github.searchy2:CustomButton:1.6'
implementation 'com.github.searchy2:CustomButton:1.7'

implementation 'com.android.support:appcompat-v7:27.0.2'
implementation 'com.android.support:design:27.0.2'
implementation 'com.android.support:cardview-v7:27.0.2'
implementation 'com.android.support:appcompat-v7:27.1.0'
implementation 'com.android.support:design:27.1.0'
implementation 'com.android.support:cardview-v7:27.1.0'
}
6 changes: 3 additions & 3 deletions customalert/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.searchy2'
version = '2.2'
version = '2.3'

android {
compileSdkVersion 27
buildToolsVersion "27.0.2"
buildToolsVersion "27.0.3"

defaultConfig {
minSdkVersion 15
Expand All @@ -26,7 +26,7 @@ dependencies {
maven { url "https://maven.google.com" }
}
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:design:27.0.2'
implementation 'com.android.support:design:27.1.0'
implementation 'com.github.Dimezis:BlurView:v1.4.0-SNAPSHOT'
}

0 comments on commit 1a1f1c2

Please sign in to comment.