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 e9482b1 commit d6977ac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 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.custompermissionsapp"
minSdkVersion 15
Expand Down Expand Up @@ -30,10 +30,10 @@ dependencies {

implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation project(path: ':custompermissionsdialogue')
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:support-vector-drawable: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:support-vector-drawable:27.1.0'
implementation 'com.android.support:cardview-v7:27.1.0'
}
12 changes: 6 additions & 6 deletions custompermissionsdialogue/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 = '1.7.0'
version = '1.8'

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

defaultConfig {
minSdkVersion 15
Expand All @@ -27,10 +27,10 @@ dependencies {
maven { url "https://maven.google.com" }
}
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:27.0.2'
implementation 'com.github.searchy2:CustomButton:1.6'
implementation 'com.android.support:appcompat-v7:27.1.0'
implementation 'com.github.searchy2:CustomButton:1.7'

implementation 'com.android.support:design:27.0.2'
implementation 'com.android.support:support-vector-drawable:27.0.2'
implementation 'com.android.support:design:27.1.0'
implementation 'com.android.support:support-vector-drawable:27.1.0'
implementation 'com.github.Dimezis:BlurView:v1.4.0-SNAPSHOT'
}

0 comments on commit d6977ac

Please sign in to comment.