File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
4342before_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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments