mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 10:11:43 +00:00
Conversations - update repo, urls, version
This commit is contained in:
parent
4e18722418
commit
fa907ee1ec
1 changed files with 44 additions and 8 deletions
|
|
@ -3,18 +3,18 @@ Categories:
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
AuthorName: Daniel Gultsch
|
AuthorName: Daniel Gultsch
|
||||||
WebSite: https://conversations.im/
|
WebSite: https://conversations.im/
|
||||||
SourceCode: https://github.com/iNPUTmice/Conversations
|
SourceCode: https://codeberg.org/iNPUTmice/Conversations
|
||||||
IssueTracker: https://github.com/iNPUTmice/Conversations/issues
|
IssueTracker: https://codeberg.org/iNPUTmice/Conversations/issues
|
||||||
Translation: https://www.transifex.com/siacs/conversations/
|
Translation: https://translate.codeberg.org/projects/conversations/
|
||||||
Changelog: https://github.com/iNPUTmice/Conversations/blob/HEAD/CHANGELOG.md
|
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
|
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CW3SYT3KG5PDL
|
||||||
Liberapay: iNPUTmice
|
LiberapayID: '34225'
|
||||||
Bitcoin: 3KAD8vew6tPZDjiUJNnZ3YUoUxrCEVNwFL
|
Bitcoin: 3KAD8vew6tPZDjiUJNnZ3YUoUxrCEVNwFL
|
||||||
|
|
||||||
AutoName: Conversations
|
AutoName: Conversations
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/iNPUTmice/Conversations.git
|
Repo: https://codeberg.org/iNPUTmice/Conversations.git
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 0.2.1
|
- versionName: 0.2.1
|
||||||
|
|
@ -2107,6 +2107,42 @@ Builds:
|
||||||
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
|
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
|
||||||
false/' build.gradle
|
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
|
AutoUpdateMode: Version ++free %v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
VercodeOperation:
|
VercodeOperation:
|
||||||
|
|
@ -2114,5 +2150,5 @@ VercodeOperation:
|
||||||
- 100 * %c + 2
|
- 100 * %c + 2
|
||||||
- 100 * %c + 3
|
- 100 * %c + 3
|
||||||
- 100 * %c + 4
|
- 100 * %c + 4
|
||||||
CurrentVersion: 2.11.2
|
CurrentVersion: 2.11.3
|
||||||
CurrentVersionCode: 4204304
|
CurrentVersionCode: 4204404
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue