From 689545b34a50c593c027bed2e8f4bd75938feebb Mon Sep 17 00:00:00 2001 From: Milos Marinkovic Date: Sun, 11 Jun 2017 13:28:35 +0200 Subject: [PATCH] - Updating version to v33 - Increasing ADB install time --- .travis.yml | 1 + build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fe31d8f..081f371 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ env: - COMPILE_SDK=25 - ANDROID_TARGET=android-22 # Enable for connected checks on emulators (Google doesn't support Linux ARMv7 emulation for SDK 23+) - ANDROID_ABI=armeabi-v7a # Enable for connected checks on emulators + - ADB_INSTALL_TIMEOUT=15 # Wait up to 15 minutes for adb to connect to the emulator # Enable only JDK 8, source does not build with JDK 7 addons: diff --git a/build.gradle b/build.gradle index b04adf2..574aeaf 100644 --- a/build.gradle +++ b/build.gradle @@ -24,8 +24,8 @@ allprojects { ext { // If changed, commit and merge to 'release' branch to auto-deploy. Only tagged commits on release branch will be deployed - VERSION_CODE = 31 - VERSION_NAME = "0.31" + VERSION_CODE = 33 + VERSION_NAME = "0.33" // don't forget to update CI config in: '.travis.yml' BUILD_TOOLS = "25.0.2"