Update Meditation Assistant to 1.5.6 (156)
This commit is contained in:
parent
574a39400e
commit
feb39dab1d
|
@ -9,7 +9,7 @@ Changelog: https://gitlab.com/tslocum/meditationassistant/blob/HEAD/CHANGELOG
|
||||||
Donate: https://rocketnine.space/donate/
|
Donate: https://rocketnine.space/donate/
|
||||||
LiberapayID: '968545'
|
LiberapayID: '968545'
|
||||||
|
|
||||||
AutoName: Meditation Assistant Free
|
AutoName: Meditation Assistant
|
||||||
Description: |-
|
Description: |-
|
||||||
This application assists with both timed (via duration or ending at a specific
|
This application assists with both timed (via duration or ending at a specific
|
||||||
time) and untimed sessions, with numerous customizations, including
|
time) and untimed sessions, with numerous customizations, including
|
||||||
|
@ -361,8 +361,20 @@ Builds:
|
||||||
- sed -i -e '/play-services/d' build.gradle
|
- sed -i -e '/play-services/d' build.gradle
|
||||||
- sed -i 's/4096m/1024m/' ../gradle.properties
|
- sed -i 's/4096m/1024m/' ../gradle.properties
|
||||||
|
|
||||||
|
- versionName: 1.5.6
|
||||||
|
versionCode: 156
|
||||||
|
commit: 1.5.6
|
||||||
|
subdir: MeditationAssistant
|
||||||
|
gradle:
|
||||||
|
- opensource
|
||||||
|
rm:
|
||||||
|
- MeditationAssistantWear
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/play-services/d' build.gradle
|
||||||
|
- sed -i 's/4096m/1024m/' ../gradle.properties
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
UpdateCheckName: sh.ftp.rocketninelabs.meditationassistant
|
UpdateCheckName: sh.ftp.rocketninelabs.meditationassistant
|
||||||
CurrentVersion: 1.5.5
|
CurrentVersion: 1.5.6
|
||||||
CurrentVersionCode: 155
|
CurrentVersionCode: 156
|
||||||
|
|
Loading…
Reference in a new issue