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

Commit

Permalink
trying another method...
Browse files Browse the repository at this point in the history
  • Loading branch information
fennifith committed Nov 20, 2018
1 parent ab2cc1b commit e551c05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ script:
- if [ "$TRAVIS_BRANCH" = "develop" ]; then ./gradlew build; fi
- if [ "$TRAVIS_BRANCH" = "master" ]; then ./gradlew publish; fi
before_deploy:
- export RELEASE_CHANGELOG=$(cat app/src/main/play/release-notes/en-US/default.txt | sed 's/'\n'/\'\\n'/g')
- export RELEASE_CHANGELOG=$(sed 's/$/\\n/' app/src/main/play/release-notes/en-US/default.txt | tr -d '\n')
- export RELEASE_VERSION=$(./gradlew -q :app:printVersionName)
deploy:
- provider: releases
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
applicationId "james.alarmio"
minSdkVersion 16
targetSdkVersion 28
versionCode 11
versionCode 12
versionName "0.8"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit e551c05

Please sign in to comment.