Commit 3fa0cd78 authored by Rafael Kellermann Streit's avatar Rafael Kellermann Streit Committed by GitHub

Merge pull request #349 from filipedelimabrito/ci-fix

Update app version and CI files. 
parents 3df27cb9 4fcd0459
...@@ -10,7 +10,7 @@ android: ...@@ -10,7 +10,7 @@ android:
- build-tools-25.0.3 # Match build-tools version used in build.gradle - build-tools-25.0.3 # Match build-tools version used in build.gradle
- platform-tools # Update platform-tools to revision 25.0.3+ - platform-tools # Update platform-tools to revision 25.0.3+
- tools # Update tools from revision 24.4.1 to 25.2.5 - tools # Update tools from revision 24.4.1 to 25.2.5
env: env:
global: global:
- API=26 # Android API level 26 by default - API=26 # Android API level 26 by default
......
...@@ -33,8 +33,8 @@ android { ...@@ -33,8 +33,8 @@ android {
applicationId "chat.rocket.android" applicationId "chat.rocket.android"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 25 versionCode 26
versionName "1.0.15" versionName "1.0.16"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
......
...@@ -23,13 +23,13 @@ dependencies: ...@@ -23,13 +23,13 @@ dependencies:
- echo $API_KEY_STRINGS_BASE64 | base64 --decode > app/src/release/res/values/api_key_strings.xml - echo $API_KEY_STRINGS_BASE64 | base64 --decode > app/src/release/res/values/api_key_strings.xml
- echo y | android update sdk --no-ui --all --filter tools,platform-tools - echo y | android update sdk --no-ui --all --filter tools,platform-tools
- echo y | android update sdk --no-ui --all --filter android-25 - echo y | android update sdk --no-ui --all --filter android-26
- echo y | android update sdk --no-ui --all --filter extra-android-m2repository,extra-android-support - echo y | android update sdk --no-ui --all --filter extra-android-m2repository,extra-android-support
- echo y | android update sdk --no-ui --all --filter extra-google-m2repository,extra-google-google_play_services - echo y | android update sdk --no-ui --all --filter extra-google-m2repository,extra-google-google_play_services
- echo y | android update sdk --no-ui --all --filter build-tools-25.0.3 - echo y | android update sdk --no-ui --all --filter build-tools-26.0.0
cache_directories: cache_directories:
- /usr/local/android-sdk-linux/tools - /usr/local/android-sdk-linux/tools
- /usr/local/android-sdk-linux/build-tools/25.0.3 - /usr/local/android-sdk-linux/build-tools/26.0.0
test: test:
override: override:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment