Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
- Updating version to v33
Browse files Browse the repository at this point in the history
- Increasing ADB install time
  • Loading branch information
milosmns committed Jun 11, 2017
1 parent b6b0c21 commit 689545b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 689545b

Please sign in to comment.