Skip to content

Commit

Permalink
update buildtools version
Browse files Browse the repository at this point in the history
  • Loading branch information
naman14 committed Jan 27, 2018
1 parent 721aaf3 commit 782c774
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -8,7 +8,7 @@ buildscript {
maven { url 'https://maven.fabric.io/public' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-beta7'
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'io.fabric.tools:gradle:1.+'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -32,8 +32,8 @@ ext {
minSdkVersion = 21
targetSdkVersion = 26
compileSdkVersion = 26
buildToolsVersion = '26.0.2'
buildToolsVersion = '27.0.3'

// App dependencies
supportLibraryVersion = '26.1.0'
supportLibraryVersion = '27.0.2'
}

0 comments on commit 782c774

Please sign in to comment.