Bimba.git

commit 617e01c3999b6454c562c534df02e0d253a457c5

Author: Adam Pioterek <adam.pioterek@protonmail.ch>

versions for Travis

 .travis.yml | 4 +++-
 app/build.gradle | 2 +-


diff --git a/.travis.yml b/.travis.yml
index 177cc06feef0c8d6a98ac140d73c79d0f4e7a724..95c82af74cab22444133ae1d81a318fec28767d9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,9 +4,11 @@ sudo: false
 
 android:
   components:
+    - platform-tools
     - tools
+    - android-25
+    - build-tools-25.0.3
     - tools
-    - platform-tools
     - build-tools-25.0.3
     - android-25
     - extra-android-m2repository




diff --git a/app/build.gradle b/app/build.gradle
index 6d5f42648d5fd1a6ba9774ddcad3d665dc161867..d77bfea55b0a41f0bd10089160b9177dcf8d85f7 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -29,7 +29,7 @@     })
     compile 'com.android.support:appcompat-v7:25.3.1'
     compile 'com.android.support:cardview-v7:25.3.1'
     compile 'com.android.support:design:25.3.1'
-    compile 'com.android.support:support-vector-drawable:25.4.0'
+    compile 'com.android.support:support-vector-drawable:25.3.1'
     testCompile 'junit:junit:4.12'
     compile 'com.android.support.constraint:constraint-layout:1.0.2'
     compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"