mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update Twidere to 4.0.4 (503)
Also fix UCD: looks like they develop in the maintenance branch instead of master. Closes fdroid/fdroiddata#1752.
This commit is contained in:
parent
69aa7776e4
commit
dc33a9015a
1 changed files with 13 additions and 3 deletions
|
|
@ -2080,9 +2080,19 @@ Builds:
|
|||
- sed -i -e '/START Non-FOSS component/,/END Non-FOSS component/d' build.gradle
|
||||
- sed -i -e '/^bintray/,$d' ../twidere.component.common/build.gradle
|
||||
|
||||
- versionName: 4.0.4
|
||||
versionCode: 503
|
||||
commit: 4.0.4
|
||||
subdir: twidere
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild:
|
||||
- sed -i -e '/START Non-FOSS component/,/END Non-FOSS component/d' build.gradle
|
||||
- sed -i -e '/^bintray/,$d' ../twidere.component.common/build.gradle
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/TwidereProject/Twidere-Android/master/build.gradle|projectVersionCode
|
||||
UpdateCheckData: https://raw.githubusercontent.com/TwidereProject/Twidere-Android/maintenance/build.gradle|projectVersionCode
|
||||
= (.*)|.|projectVersionName = '(.*)'
|
||||
CurrentVersion: 3.7.6
|
||||
CurrentVersionCode: 400
|
||||
CurrentVersion: 4.0.4
|
||||
CurrentVersionCode: 503
|
||||
|
|
|
|||
Loading…
Reference in a new issue