OCS-NG Agent: 2.7

This commit is contained in:
linsui 2025-04-10 14:36:40 +08:00
parent 37c570ef94
commit 66bc84126e

View file

@ -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