Skip to content

Commit

Permalink
Fix build.gradle travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickael Matuchak committed Apr 15, 2018
1 parent 6f7340f commit 2db738c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ install:
before_script:
- cordova platform rm android
- cordova platform add android@6.3.0
- echo "configurations.all {\nresolutionStrategy.force 'com.android.support:support-v4:26.0.0'\n}" >> platforms/android/build.gradle
- cordova plugin add cordova-android-support-gradle-release --variable ANDROID_SUPPORT_VERSION=24.0.0
script:
- cordova prepare
- cordova build android --release
Expand Down

0 comments on commit 2db738c

Please sign in to comment.