mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Merge branch 'cupsprint' into 'master'
Cupsprint 1.5.0 See merge request fdroid/fdroiddata!6420
This commit is contained in:
commit
8d2ed85a92
1 changed files with 17 additions and 5 deletions
|
|
@ -3,7 +3,7 @@ Categories:
|
|||
- Multimedia
|
||||
License: LGPL-3.0-only
|
||||
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
|
||||
|
||||
AutoName: Android CUPS Print
|
||||
|
|
@ -20,7 +20,7 @@ Description: |-
|
|||
modify and redistribute.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/BenoitDuffez/AndroidCupsPrint
|
||||
Repo: https://github.com/BenoitDuffez/AndroidCupsPrint.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.2'
|
||||
|
|
@ -72,7 +72,19 @@ Builds:
|
|||
} }" >> 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
|
||||
UpdateCheckMode: RepoManifest/fdroid
|
||||
CurrentVersion: 1.4.0
|
||||
CurrentVersionCode: 9
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.5.0
|
||||
CurrentVersionCode: 1050099
|
||||
|
|
|
|||
Loading…
Reference in a new issue