mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Pi-hole Droid - v1.0.5
This commit is contained in:
parent
f73942d1c6
commit
44a36fd6a1
1 changed files with 30 additions and 3 deletions
|
|
@ -39,7 +39,34 @@ Builds:
|
|||
- cp $$BarcodeScanner$$/barcodescanner/build/outputs/aar/barcodescanner-release.aar
|
||||
libs/barcodescanner.aar
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
- versionName: 1.0.5
|
||||
versionCode: 10005
|
||||
commit: v1.0.5
|
||||
subdir: platforms/android/
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- BarcodeScanner@2.1.5
|
||||
rm:
|
||||
- platforms/android/CordovaLib/build/
|
||||
- platforms/android/.gradle/
|
||||
- platforms/android/libs/*.aar
|
||||
- plugins/phonegap-plugin-barcodescanner/src/android/barcodescanner-release-2.1.2.aar
|
||||
prebuild: sed -i -e '/phonegap-plugin-barcodescanner/d' build.gradle
|
||||
scandelete:
|
||||
- platforms/android/cordova/node_modules/properties-parser/test/
|
||||
- plugins/phonegap-plugin-barcodescanner/src/blackberry10/
|
||||
build:
|
||||
- "echo 'apply from: \"phonegap-plugin-barcodescanner/piholedroid-barcodescanner.gradle\"\
|
||||
' >> build.gradle"
|
||||
- pushd $$BarcodeScanner$$
|
||||
- rm local.properties
|
||||
- gradle clean assembleRelease
|
||||
- popd
|
||||
- cp $$BarcodeScanner$$/barcodescanner/build/outputs/aar/barcodescanner-release.aar
|
||||
libs/barcodescanner.aar
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.4
|
||||
CurrentVersionCode: 10004
|
||||
CurrentVersion: 1.0.5
|
||||
CurrentVersionCode: 10005
|
||||
|
|
|
|||
Loading…
Reference in a new issue