File tree 3 files changed +6
-8
lines changed
3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,10 @@ android {
18
18
}
19
19
}
20
20
21
- apply plugin : ' android-apt'
22
-
23
21
dependencies {
24
- compile ' com.android.support:appcompat-v7:25.1 .1'
22
+ compile ' com.android.support:appcompat-v7:25.3 .1'
25
23
compile ' com.google.android.gms:play-services-maps:9.8.0'
26
24
compile ' com.google.android.gms:play-services-location:9.8.0'
27
25
compile ' com.github.hotchemi:permissionsdispatcher:2.2.0'
28
- apt ' com.github.hotchemi:permissionsdispatcher-processor:2.2.0'
26
+ annotationProcessor ' com.github.hotchemi:permissionsdispatcher-processor:2.2.0'
29
27
}
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ buildscript {
4
4
jcenter()
5
5
}
6
6
dependencies {
7
- classpath ' com.android.tools.build:gradle:2.1.2'
8
- classpath ' com.neenbedankt.gradle.plugins:android-apt:1.8'
7
+ classpath ' com.android.tools.build:gradle:2.3.1'
9
8
}
10
9
}
11
10
12
11
allprojects {
13
12
repositories {
14
13
jcenter()
14
+ maven { url " https://maven.google.com" }
15
15
}
16
16
}
Original file line number Diff line number Diff line change 1
- # Thu Jun 16 20:20:07 PDT 2016
1
+ # Tue Jun 27 21:46:39 PDT 2017
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-2.10 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
You can’t perform that action at this time.
0 commit comments