mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
OCS-NG Agent: 2.7
This commit is contained in:
parent
37c570ef94
commit
66bc84126e
1 changed files with 22 additions and 9 deletions
|
|
@ -1,9 +1,9 @@
|
|||
Categories:
|
||||
- Reading
|
||||
License: GPL-2.0-only
|
||||
WebSite: https://launchpad.net/ocsinventory-android-agent
|
||||
SourceCode: https://bazaar.launchpad.net/~ocsinventory-dev/ocsinventory-android-agent/stable-2.1/files
|
||||
IssueTracker: https://bugs.launchpad.net/ocsinventory-android-agent
|
||||
WebSite: http://www.ocsinventory-ng.org/en/
|
||||
SourceCode: https://github.com/OCSInventory-NG/AndroidAgent
|
||||
IssueTracker: https://github.com/OCSInventory-NG/AndroidAgent/issues
|
||||
|
||||
AutoName: OCS-NG Agent
|
||||
Description: |-
|
||||
|
|
@ -23,8 +23,8 @@ Description: |-
|
|||
* software deployment
|
||||
* interfaced with others IT and Asset Management Software througt the OCS WebService
|
||||
|
||||
RepoType: bzr
|
||||
Repo: lp:ocsinventory-android-agent/stable-2.1
|
||||
RepoType: git
|
||||
Repo: https://github.com/OCSInventory-NG/AndroidAgent
|
||||
|
||||
Builds:
|
||||
- versionName: 2.1.5
|
||||
|
|
@ -35,7 +35,20 @@ Builds:
|
|||
versionCode: 24
|
||||
commit: '23'
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: 2.1.6c
|
||||
CurrentVersionCode: 24
|
||||
- versionName: '2.7'
|
||||
versionCode: 270
|
||||
commit: 37d8b790b4bff5b9ddd4c9178d4759122035d92f
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- sed -i -e 's/org.ocs.android.agent/org.ocsinventoryng.android.agent/' -e '/android
|
||||
{/a lintOptions { checkReleaseBuilds false }' build.gradle
|
||||
- sed -i -e 's/3.6.3/7.2.2/' -e 's/jcenter/mavenCentral/' ../build.gradle
|
||||
- sed -i -e 's/5.6.4/7.3.3/' ../gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckName: org.ocs.android.agent
|
||||
CurrentVersion: '2.7'
|
||||
CurrentVersionCode: 270
|
||||
|
|
|
|||
Loading…
Reference in a new issue