mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Remove NonFreeNet from Insigno
This commit is contained in:
parent
bd53dc3df7
commit
419070a1ed
1 changed files with 9 additions and 8 deletions
|
|
@ -1,5 +1,3 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Navigation
|
||||
- Games
|
||||
|
|
@ -41,6 +39,8 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter build apk --release --split-per-abi --build-number=$$VERCODE$$
|
||||
--build-name=$$VERSION$$ --target-platform="android-x64"
|
||||
antifeatures:
|
||||
- NonFreeNet
|
||||
|
||||
- versionName: 1.1.0
|
||||
versionCode: 202
|
||||
|
|
@ -67,6 +67,8 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter build apk --release --split-per-abi --build-number=$$VERCODE$$
|
||||
--build-name=$$VERSION$$ --target-platform="android-arm"
|
||||
antifeatures:
|
||||
- NonFreeNet
|
||||
|
||||
- versionName: 1.1.0
|
||||
versionCode: 203
|
||||
|
|
@ -93,11 +95,12 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter build apk --release --split-per-abi --build-number=$$VERCODE$$
|
||||
--build-name=$$VERSION$$ --target-platform="android-arm64"
|
||||
antifeatures:
|
||||
- NonFreeNet
|
||||
|
||||
- versionName: 1.2.0
|
||||
versionCode: 301
|
||||
disable: fails to build
|
||||
commit: 2ae3ced1e5b64b591bae963b02095a756f4f5266
|
||||
commit: 6e41899d40eede68ca82cf63ae475eb94b13044d
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
rm:
|
||||
|
|
@ -123,8 +126,7 @@ Builds:
|
|||
|
||||
- versionName: 1.2.0
|
||||
versionCode: 302
|
||||
disable: fails to build
|
||||
commit: 2ae3ced1e5b64b591bae963b02095a756f4f5266
|
||||
commit: 6e41899d40eede68ca82cf63ae475eb94b13044d
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
rm:
|
||||
|
|
@ -150,8 +152,7 @@ Builds:
|
|||
|
||||
- versionName: 1.2.0
|
||||
versionCode: 303
|
||||
disable: fails to build
|
||||
commit: 2ae3ced1e5b64b591bae963b02095a756f4f5266
|
||||
commit: 6e41899d40eede68ca82cf63ae475eb94b13044d
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
rm:
|
||||
|
|
|
|||
Loading…
Reference in a new issue