Browse Source

Update build.gradle

Andy Scherzinger 7 years ago
parent
commit
c1c0a4b5ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -32,7 +32,7 @@ configurations.all {
 ext {
     supportLibraryVersion = '26.1.0'
     googleLibraryVersion = '11.2.2'
-    androidLibraryVersion = 'etag-SNAPSHOT'
+    androidLibraryVersion = '1.0.40'
 
     travisBuild = System.getenv("TRAVIS") == "true"