Skip to content

Commit 8165182

Browse files
committed
Added buildToolsVersion
1 parent e7635ef commit 8165182

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ allprojects {
2222
url "https://maven.google.com"
2323
}
2424
jcenter()
25+
google()
2526
}
2627
}
2728

madlocationmanager/build.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33
group='com.github.maddevsio'
44

5+
ext {
6+
supportLibraryVersion = "26.1.0"
7+
}
8+
59
android {
610
compileSdkVersion 26
11+
buildToolsVersion "${supportLibraryVersion}"
712
defaultConfig {
813
minSdkVersion 18
914
targetSdkVersion 26
@@ -23,10 +28,6 @@ android {
2328

2429
}
2530

26-
ext {
27-
supportLibraryVersion = "26.1.0"
28-
}
29-
3031
dependencies {
3132
implementation fileTree(dir: 'libs', include: ['*.jar'])
3233

0 commit comments

Comments
 (0)