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"