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 9141816 commit 91f61e6Copy full SHA for 91f61e6
build.gradle
@@ -21,6 +21,9 @@ buildscript {
21
allprojects {
22
repositories {
23
jcenter()
24
+ maven {
25
+ url "https://maven.google.com"
26
+ }
27
}
28
29
gradle.properties
@@ -23,7 +23,7 @@ COMPILE_SDK_VERSION=26
TARGET_SDK_VERSION=26
MIN_SDK_VERSION=19
JAVA_SOURCE_COMPATIBILITY=1.7
-ANDROID_SUPPORT_VERSION=25.3.1
+ANDROID_SUPPORT_VERSION=26.1.0
ANDROID_GRADLE_VERSION=2.3.3
PLAY_SERVICES_VERSION=11.0.4
GOOGLE_SERVICES_VERSION=3.0.0
0 commit comments