Skip to content

Commit 023cc78

Browse files
committedJun 28, 2017
Bump versions up
1 parent 7428fa8 commit 023cc78

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed
 

‎app/build.gradle

+2-4
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ android {
1818
}
1919
}
2020

21-
apply plugin: 'android-apt'
22-
2321
dependencies {
24-
compile 'com.android.support:appcompat-v7:25.1.1'
22+
compile 'com.android.support:appcompat-v7:25.3.1'
2523
compile 'com.google.android.gms:play-services-maps:9.8.0'
2624
compile 'com.google.android.gms:play-services-location:9.8.0'
2725
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'
2927
}

‎build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ buildscript {
44
jcenter()
55
}
66
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'
98
}
109
}
1110

1211
allprojects {
1312
repositories {
1413
jcenter()
14+
maven { url "https://maven.google.com" }
1515
}
1616
}
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Jun 16 20:20:07 PDT 2016
1+
#Tue Jun 27 21:46:39 PDT 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

0 commit comments

Comments
 (0)
Please sign in to comment.