mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update OpenHub to 3.2.1
This version does not contain bugly anymore, see [1]
Related: #1981
References:
[1] fcb9b422e8
This commit is contained in:
parent
3bca86a7a6
commit
c1f4261e56
1 changed files with 15 additions and 3 deletions
|
|
@ -5,6 +5,7 @@ WebSite: https://thirtydegreesray.github.io/OpenHub/
|
|||
SourceCode: https://github.com/ThirtyDegreesRay/OpenHub
|
||||
IssueTracker: https://github.com/ThirtyDegreesRay/OpenHub/issues
|
||||
|
||||
AutoName: OpenHub
|
||||
Description: |-
|
||||
An open source GitHub Android client app, faster and concise.
|
||||
|
||||
|
|
@ -24,6 +25,7 @@ Repo: https://github.com/ThirtyDegreesRay/OpenHub.git
|
|||
Builds:
|
||||
- versionName: 3.0.0
|
||||
versionCode: 30
|
||||
disable: Includes Tencent Bugly
|
||||
commit: v3.0.0
|
||||
subdir: app
|
||||
gradle:
|
||||
|
|
@ -33,6 +35,16 @@ Builds:
|
|||
prebuild: "sed -i -e \"s/(name: 'bugly_crashreport_upgrade-1.3.4', ext: 'aar')/'com.tencent.bugly:crashreport_upgrade:1.3.4'/\"\
|
||||
\ build.gradle"
|
||||
|
||||
ArchivePolicy: 0 versions
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
- versionName: 3.2.1
|
||||
versionCode: 34
|
||||
commit: v3.2.1
|
||||
subdir: app
|
||||
gradle:
|
||||
- normal
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/ThirtyDegreesRay/OpenHub/master/gradle.properties|VERSION_CODE
|
||||
= (\d+)|.|VERSION_NAME = (.+)
|
||||
CurrentVersion: 3.2.1
|
||||
CurrentVersionCode: 34
|
||||
|
|
|
|||
Loading…
Reference in a new issue