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

Translation to Brazilian Portuguese #59

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Tradução para o idioma Português do Brasil
travis.yml ajutes 1
  • Loading branch information
Paradoxo committed Jul 11, 2019
commit a6898ae6d3562ffa55f8fabb0793ea2c0b4fe6c3
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ android:
- android-24
- android-28
- sys-img-armeabi-v7a-android-24
- extra-android-support # because I'm use support library
- extra-android-m2repository # because I'm use support library

licenses:
- '.+'

install: true

env:
global:
# install timeout in minutes (2 minutes by default)
Expand All @@ -24,6 +28,7 @@ before_script:
- emulator -avd test -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
-
- chmod +x gradlew

script:
- ./gradlew build connectedCheck
- ./gradlew assembleRelease --stacktrace
2 changes: 2 additions & 0 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ android {
versionCode versions.publishVersionCode
versionName versions.publishVersion
}


}

dependencies {
Expand Down