We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7635ef commit 8165182Copy full SHA for 8165182
build.gradle
@@ -22,6 +22,7 @@ allprojects {
22
url "https://maven.google.com"
23
}
24
jcenter()
25
+ google()
26
27
28
madlocationmanager/build.gradle
@@ -2,8 +2,13 @@ apply plugin: 'com.android.library'
2
apply plugin: 'com.github.dcendents.android-maven'
3
group='com.github.maddevsio'
4
5
+ext {
6
+ supportLibraryVersion = "26.1.0"
7
+}
8
+
9
android {
10
compileSdkVersion 26
11
+ buildToolsVersion "${supportLibraryVersion}"
12
defaultConfig {
13
minSdkVersion 18
14
targetSdkVersion 26
@@ -23,10 +28,6 @@ android {
29
30
-ext {
- supportLibraryVersion = "26.1.0"
-}
-
31
dependencies {
32
implementation fileTree(dir: 'libs', include: ['*.jar'])
33
0 commit comments