Skip to content

Commit

Permalink
Update support library and gradle build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
eligijusTrafi committed Jan 3, 2018
1 parent 872c258 commit 3f1a72a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.android.tools.build:gradle:3.0.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -30,5 +30,5 @@ ext {
minSdkVersion=14
targetSdkVersion=26

supportLibVersion = '26.0.2'
supportLibVersion = '27.0.2'
}

0 comments on commit 3f1a72a

Please sign in to comment.