Skip to content

Commit

Permalink
Added buildToolsVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Lezh1k committed May 7, 2018
1 parent e7635ef commit 8165182
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ allprojects {
url "https://maven.google.com"
}
jcenter()
google()
}
}

Expand Down
9 changes: 5 additions & 4 deletions madlocationmanager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.maddevsio'

ext {
supportLibraryVersion = "26.1.0"
}

android {
compileSdkVersion 26
buildToolsVersion "${supportLibraryVersion}"
defaultConfig {
minSdkVersion 18
targetSdkVersion 26
Expand All @@ -23,10 +28,6 @@ android {

}

ext {
supportLibraryVersion = "26.1.0"
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

Expand Down

0 comments on commit 8165182

Please sign in to comment.