Skip to content

Commit

Permalink
notely - disable build, fcm
Browse files Browse the repository at this point in the history
  • Loading branch information
licaon-kter committed Mar 22, 2023
1 parent 86ddece commit 14d4de8
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions metadata/ch.thilojaeggi.notely.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ IssueTracker: https://github.com/thilojaeggi/notely/issues
AutoName: Notely

RepoType: git
Repo: https://github.com/thilojaeggi/notely
Repo: https://github.com/thilojaeggi/notely.git

Builds:
- versionName: 1.0.7
Expand Down Expand Up @@ -64,16 +64,22 @@ Builds:

- versionName: 1.1.0
versionCode: 10
disable: https://github.com/thilojaeggi/Notely/issues/13
commit: 5fdebff8b18f4fff08b4f7642a6d55ebeb94a7fc
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@3.3.3
- flutter@3.7.7
rm:
- ios
prebuild: echo "flutter.sdk=$$flutter$$" >> ./android/local.properties
build:
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- echo "flutter.sdk=$$flutter$$" >> ./android/local.properties
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
scandelete:
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk

AutoUpdateMode: Version
Expand Down

0 comments on commit 14d4de8

Please sign in to comment.