mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update SudoQ to 1.1.0 (22)
Also fix the repo URL. Closes fdroid/fdroiddata#1855.
This commit is contained in:
parent
b07a0aa4b6
commit
483283145e
1 changed files with 12 additions and 11 deletions
|
|
@ -1,8 +1,8 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: GPL-3.0-or-later
|
||||
SourceCode: https://github.com/tim3z/SudoQ
|
||||
IssueTracker: https://github.com/tim3z/SudoQ/issues
|
||||
SourceCode: https://github.com/timo-a/SudoQ
|
||||
IssueTracker: https://github.com/timo-a/SudoQ/issues
|
||||
|
||||
AutoName: SudoQ
|
||||
Description: |-
|
||||
|
|
@ -12,7 +12,7 @@ Description: |-
|
|||
Also supported is gesture input (draw number on the screen).
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/tim3z/SudoQ
|
||||
Repo: https://github.com/timo-a/SudoQ
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.5
|
||||
|
|
@ -49,18 +49,19 @@ Builds:
|
|||
- sed -i -e 's;source="1.6" target="1.6";source="1.7" target="1.7";' ../sudoq-model/build.xml
|
||||
- sed -i -e 's;../app/libs/;../sudoq-app/libs/;' ../sudoq-model/build.xml
|
||||
|
||||
- versionName: 1.0.9
|
||||
versionCode: 13
|
||||
disable: broken build
|
||||
commit: 1.0.9
|
||||
- versionName: 1.1.0
|
||||
versionCode: 22
|
||||
commit: v1.1.0
|
||||
subdir: sudoq-app/sudoqapp
|
||||
gradle:
|
||||
- yes
|
||||
forceversion: true
|
||||
rm:
|
||||
- sudoq-app/sudoqapp/libs
|
||||
- sudoq-app/sudoqmodel/libs
|
||||
scanignore:
|
||||
- sudoq-app/sudoqapp/src/main/res/raw/gestures
|
||||
|
||||
AutoUpdateMode: None
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.8
|
||||
CurrentVersionCode: 13
|
||||
CurrentVersion: 1.1.0
|
||||
CurrentVersionCode: 22
|
||||
|
|
|
|||
Loading…
Reference in a new issue