We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7607f4 + 8e85dd2 commit 7428fa8Copy full SHA for 7428fa8
app/build.gradle
@@ -1,13 +1,13 @@
1
apply plugin: 'com.android.application'
2
3
android {
4
- compileSdkVersion 23
5
- buildToolsVersion "23.0.3"
+ compileSdkVersion 25
+ buildToolsVersion "25.0.2"
6
7
defaultConfig {
8
applicationId "com.example.mapdemo"
9
minSdkVersion 18
10
- targetSdkVersion 23
+ targetSdkVersion 25
11
}
12
13
buildTypes {
@@ -21,7 +21,7 @@ android {
21
apply plugin: 'android-apt'
22
23
dependencies {
24
- compile 'com.android.support:appcompat-v7:23.0.0'
+ compile 'com.android.support:appcompat-v7:25.1.1'
25
compile 'com.google.android.gms:play-services-maps:9.8.0'
26
compile 'com.google.android.gms:play-services-location:9.8.0'
27
compile 'com.github.hotchemi:permissionsdispatcher:2.2.0'
0 commit comments