mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
Update Quote Unquote to 2.7.1-fdroid (82)
This commit is contained in:
parent
aaab13d24d
commit
7ecafd0cd1
1 changed files with 16 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ AuthorEmail: james.hn.sears@gmail.com
|
|||
SourceCode: https://github.com/jameshnsears/QuoteUnquote
|
||||
IssueTracker: https://github.com/jameshnsears/QuoteUnquote/issues
|
||||
|
||||
AutoName: Quote… Unquote
|
||||
AutoName: Quote Unquote
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/jameshnsears/QuoteUnquote
|
||||
|
|
@ -199,7 +199,20 @@ Builds:
|
|||
- fdroid
|
||||
prebuild: sed -i -e '/firebase/d' build.gradle
|
||||
|
||||
- versionName: 2.7.1-fdroid
|
||||
versionCode: 82
|
||||
commit: f9c9a51a7d1ec003d8cab8e236427d9445bf6fe1
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild: sed -i -e '/firebase/d' build.gradle
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags .*-fdroid$
|
||||
CurrentVersion: 2.7.0-fdroid
|
||||
CurrentVersionCode: 81
|
||||
CurrentVersion: 2.7.1-fdroid
|
||||
CurrentVersionCode: 82
|
||||
|
|
|
|||
Loading…
Reference in a new issue