mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update OUI Lookup to v1.3.0
This commit is contained in:
parent
e20b67a2b3
commit
0523cd759e
1 changed files with 14 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ Categories:
|
|||
- Security
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Alberto Pedron
|
||||
AuthorEmail: albertop2197+playstore@gmail.com
|
||||
AuthorEmail: albertop2197+fdroid@gmail.com
|
||||
SourceCode: https://github.com/Alberto97/OUILookup
|
||||
IssueTracker: https://github.com/Alberto97/OUILookup/issues
|
||||
Changelog: https://github.com/Alberto97/OUILookup/releases
|
||||
|
|
@ -60,7 +60,18 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.3.0
|
||||
versionCode: 9
|
||||
commit: v1.3.0
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- foss
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.2.0
|
||||
CurrentVersionCode: 5
|
||||
CurrentVersion: 1.3.0
|
||||
CurrentVersionCode: 9
|
||||
|
|
|
|||
Loading…
Reference in a new issue