Conversations - update repo, urls, version

This commit is contained in:
Licaon_Kter 2023-01-01 15:09:46 +00:00
parent 4e18722418
commit fa907ee1ec

View file

@ -3,18 +3,18 @@ Categories:
License: GPL-3.0-only
AuthorName: Daniel Gultsch
WebSite: https://conversations.im/
SourceCode: https://github.com/iNPUTmice/Conversations
IssueTracker: https://github.com/iNPUTmice/Conversations/issues
Translation: https://www.transifex.com/siacs/conversations/
Changelog: https://github.com/iNPUTmice/Conversations/blob/HEAD/CHANGELOG.md
SourceCode: https://codeberg.org/iNPUTmice/Conversations
IssueTracker: https://codeberg.org/iNPUTmice/Conversations/issues
Translation: https://translate.codeberg.org/projects/conversations/
Changelog: https://codeberg.org/iNPUTmice/Conversations/src/branch/master/CHANGELOG.md
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CW3SYT3KG5PDL
Liberapay: iNPUTmice
LiberapayID: '34225'
Bitcoin: 3KAD8vew6tPZDjiUJNnZ3YUoUxrCEVNwFL
AutoName: Conversations
RepoType: git
Repo: https://github.com/iNPUTmice/Conversations.git
Repo: https://codeberg.org/iNPUTmice/Conversations.git
Builds:
- versionName: 0.2.1
@ -2107,6 +2107,42 @@ Builds:
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
false/' build.gradle
- versionName: 2.11.3+free
versionCode: 4204401
commit: 33850ae60318791abe2d2c636cc0087398d985b9
gradle:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-armeabi-v7a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
false/' build.gradle
- versionName: 2.11.3+free
versionCode: 4204402
commit: 33850ae60318791abe2d2c636cc0087398d985b9
gradle:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-x86-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
false/' build.gradle
- versionName: 2.11.3+free
versionCode: 4204403
commit: 33850ae60318791abe2d2c636cc0087398d985b9
gradle:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-x86_64-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
false/' build.gradle
- versionName: 2.11.3+free
versionCode: 4204404
commit: 33850ae60318791abe2d2c636cc0087398d985b9
gradle:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-arm64-v8a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
false/' build.gradle
AutoUpdateMode: Version ++free %v
UpdateCheckMode: Tags
VercodeOperation:
@ -2114,5 +2150,5 @@ VercodeOperation:
- 100 * %c + 2
- 100 * %c + 3
- 100 * %c + 4
CurrentVersion: 2.11.2
CurrentVersionCode: 4204304
CurrentVersion: 2.11.3
CurrentVersionCode: 4204404