Skip to content

Commit 91f61e6

Browse files
committed
Updated ANDROID_SUPPORT_VERSION to 26.1.0.
1 parent 9141816 commit 91f61e6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ buildscript {
2121
allprojects {
2222
repositories {
2323
jcenter()
24+
maven {
25+
url "https://maven.google.com"
26+
}
2427
}
2528
}
2629

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COMPILE_SDK_VERSION=26
2323
TARGET_SDK_VERSION=26
2424
MIN_SDK_VERSION=19
2525
JAVA_SOURCE_COMPATIBILITY=1.7
26-
ANDROID_SUPPORT_VERSION=25.3.1
26+
ANDROID_SUPPORT_VERSION=26.1.0
2727
ANDROID_GRADLE_VERSION=2.3.3
2828
PLAY_SERVICES_VERSION=11.0.4
2929
GOOGLE_SERVICES_VERSION=3.0.0

0 commit comments

Comments
 (0)