Skip to content

Commit

Permalink
Update version code (15) and travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noamtamim committed Jul 24, 2018
1 parent e3a7495 commit 33390c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,8 @@ jdk:
android:
components:
- tools
- platform-tools
- android-26
- build-tools-26
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
before_script:
- mkdir -p $ANDROID_HOME/licenses
- echo $android_sdk_license > $ANDROID_HOME/licenses/android-sdk-license
- curl https://kaltura.github.io/fe-tools/android/license.sh | sh
script:
- ./gradlew build
after_failure:
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
applicationId "com.kaltura.kalturadeviceinfo"
minSdkVersion 16
targetSdkVersion 25
versionCode 14
versionCode 15
versionName "1.3.0"
}
signingConfigs {
Expand Down

0 comments on commit 33390c4

Please sign in to comment.