File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ script:
6262# been resolved.
6363- if [[ $TEST_TYPE == 'ios' ]]; then xcodebuild -project ios/$PROJECT_MOBILE.xcodeproj
6464 -scheme $PROJECT_MOBILE -sdk iphonesimulator9.3 -configuration Debug CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO clean build ; fi
65- - if [ $TEST_TYPE == 'android' ] && [ $TRAVIS_PULL_REQUEST == 'false' ]; then cd android && ./gradlew clean && ./gradlew resguard --stacktrace ; fi
65+ - if [ $TEST_TYPE == 'android' ] && [ $TRAVIS_PULL_REQUEST == 'false' ]; then cd android && ./gradlew clean && ./gradlew resguardRelease --stacktrace ; fi
6666- if [ $TEST_TYPE == 'android' ] && [ $TRAVIS_PULL_REQUEST != 'false' ]; then cd android && ./gradlew clean && ./gradlew assembleDebug --stacktrace ; fi
6767after_success :
6868- if [ $TEST_TYPE == 'android' ] && [ $TRAVIS_PULL_REQUEST == 'false' ]; then fir p
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ def enableProguardInReleaseBuilds = true
9090
9191android {
9292 compileSdkVersion 23
93- buildToolsVersion " 23.0.3 "
93+ buildToolsVersion " 23.0.1 "
9494 useLibrary ' org.apache.http.legacy'
9595
9696 defaultConfig {
@@ -147,7 +147,7 @@ android {
147147 }
148148}
149149
150- andResGuard { // ./gradlew resguard
150+ andResGuard { // ./gradlew resguard[BuildType | Flavor]
151151 mappingFile = null
152152 use7zip = true
153153 useSign = true
You can’t perform that action at this time.
0 commit comments