mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-06 10:46:25 +00:00
Try a modified suggested build recipe based on https://github.com/davidhealey/waistline/issues/293#issuecomment-926893059
This commit is contained in:
parent
f0c68fc1d1
commit
c601e74116
1 changed files with 11 additions and 6 deletions
|
|
@ -474,21 +474,26 @@ Builds:
|
|||
- versionName: 3.1.7
|
||||
versionCode: 30107
|
||||
commit: 44ddec1b74d858dc97eb8f8ead0e1e10147dbc8d
|
||||
subdir: platforms/android/app
|
||||
gradle:
|
||||
- yes
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -t testing nodejs npm
|
||||
- npm install -g cordova
|
||||
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
srclibs:
|
||||
- BarcodeScanner@0fc1fd2ff00683d2a2803ba6da63320bcb29fd2c
|
||||
rm:
|
||||
prebuild: sed -i -e '/gradleVersion/d' platforms/android/app/build.gradle
|
||||
scandelete:
|
||||
- platforms/android/app/libs/barcodescanner-release-2.1.5.aar
|
||||
prebuild: sed -i -e '/gradleVersion/d' build.gradle
|
||||
build:
|
||||
- npm install
|
||||
- cordova platform add android
|
||||
- pushd $$BarcodeScanner$$
|
||||
- rm local.properties
|
||||
- gradle clean assembleRelease
|
||||
- popd
|
||||
- cp $$BarcodeScanner$$/barcodescanner/build/outputs/aar/barcodescanner-release.aar
|
||||
libs/barcodescanner-release-2.1.5.aar
|
||||
platforms/android/app/libs/barcodescanner-release-2.1.5.aar
|
||||
- cordova build android --release
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
|
|
|
|||
Loading…
Reference in a new issue