mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update PCAPdroid to 1.3.1 (21)
This commit is contained in:
parent
4a875118f4
commit
9508ba30e8
1 changed files with 15 additions and 2 deletions
|
|
@ -79,7 +79,20 @@ Builds:
|
|||
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
ndk: r22
|
||||
|
||||
- versionName: 1.3.1
|
||||
versionCode: 21
|
||||
commit: v1.3.1
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y build-essential libpcap-dev autogen libjson-c-dev libnuma-dev
|
||||
libpcre2-dev
|
||||
gradle:
|
||||
- yes
|
||||
output: app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
ndk: r22
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.3.0
|
||||
CurrentVersionCode: 20
|
||||
CurrentVersion: 1.3.1
|
||||
CurrentVersionCode: 21
|
||||
|
|
|
|||
Loading…
Reference in a new issue