Skip to content

Commit ffe4f8c

Browse files
committed
Update .travis.yml
1 parent b707218 commit ffe4f8c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ android:
2323

2424
# The SDK version used to compile your project
2525
- android-19
26-
- android-25
2726

2827
# Additional components
2928
- extra-google-m2repository
@@ -41,6 +40,10 @@ android:
4140
- 'android-support-.+'
4241

4342
before_script:
43+
- mkdir -p app/build/intermediates/assets/release/
44+
- cp -R app/src/main/assets/sql/ app/build/intermediates/assets/release/sql
45+
- mkdir -p app/build/intermediates/assets/debug/
46+
- cp -R app/src/main/assets/sql/ app/build/intermediates/assets/debug/sql
4447
- mv app/src/debug/google-services.json app/google-services.json
4548
- mv app/src/debug/res/values/keys.xml app/src/main/res/values/keys.xml
4649
- echo no | android create avd --force -n test -t android-19 --abi armeabi-v7a

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
applicationId "mavonie.subterminal"
1414
minSdkVersion 19
1515
targetSdkVersion 25
16-
versionCode 34
16+
versionCode 35
1717
versionName "1.3.0"
1818
multiDexEnabled true
1919
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)