mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Cupsprint 1.5.0
This commit is contained in:
parent
a31b78477e
commit
bae0bb427a
1 changed files with 17 additions and 5 deletions
|
|
@ -3,7 +3,7 @@ Categories:
|
||||||
- Multimedia
|
- Multimedia
|
||||||
License: LGPL-3.0-only
|
License: LGPL-3.0-only
|
||||||
WebSite: https://benoitduffez.github.io/AndroidCupsPrint/
|
WebSite: https://benoitduffez.github.io/AndroidCupsPrint/
|
||||||
SourceCode: https://github.com/BenoitDuffez/AndroidCupsPrint/tree/fdroid
|
SourceCode: https://github.com/BenoitDuffez/AndroidCupsPrint/
|
||||||
IssueTracker: https://github.com/BenoitDuffez/AndroidCupsPrint/issues
|
IssueTracker: https://github.com/BenoitDuffez/AndroidCupsPrint/issues
|
||||||
|
|
||||||
AutoName: Android CUPS Print
|
AutoName: Android CUPS Print
|
||||||
|
|
@ -20,7 +20,7 @@ Description: |-
|
||||||
modify and redistribute.
|
modify and redistribute.
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/BenoitDuffez/AndroidCupsPrint
|
Repo: https://github.com/BenoitDuffez/AndroidCupsPrint.git
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: '1.2'
|
- versionName: '1.2'
|
||||||
|
|
@ -72,7 +72,19 @@ Builds:
|
||||||
} }" >> build.gradle
|
} }" >> build.gradle
|
||||||
- sed -i -e '/fabric/d' build.gradle
|
- sed -i -e '/fabric/d' build.gradle
|
||||||
|
|
||||||
|
- versionName: 1.5.0
|
||||||
|
versionCode: 1050099
|
||||||
|
commit: 2d85016b788637c82019cde374db93828a798237
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- fdroid
|
||||||
|
prebuild:
|
||||||
|
- echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation'
|
||||||
|
} }" >> build.gradle
|
||||||
|
- sed -i -e '/.fabric/d' ../build.gradle build.gradle
|
||||||
|
- sed -i -e '/crashlytics/,+2d' build.gradle
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: RepoManifest/fdroid
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.4.0
|
CurrentVersion: 1.5.0
|
||||||
CurrentVersionCode: 9
|
CurrentVersionCode: 1050099
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue