Skip to content

Commit

Permalink
Merge pull request #147 from osociety/publish-to-store
Browse files Browse the repository at this point in the history
Publish to play store
  • Loading branch information
git-elliot authored Mar 30, 2024
2 parents 268bddb + 8305eea commit 7217d23
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/flutter_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ jobs:
- name: Download pub dependencies
run: flutter pub get

- name: Upgrade pub dependencies
run: flutter pub upgrade

- name: Run build_runner
run: flutter pub run build_runner build --delete-conflicting-outputs

Expand Down Expand Up @@ -183,6 +186,9 @@ jobs:

- name: Download pub dependencies
run: flutter pub get

- name: Upgrade pub dependencies
run: flutter pub upgrade

- name: Run build_runner
run: flutter pub run build_runner build --delete-conflicting-outputs
Expand Down
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,8 @@ app.*.symbols
# Android Studio will place build artifacts here
android/app/debug
android/app/profile
android/app/release
android/app/release

# gem files
android/.bundle
android/vendor
1 change: 1 addition & 0 deletions android/fastlane/metadata/android/en-US/changelogs/20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This version is release via CD. Now you will receive updates more faster.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This version is release via CD. Now you will receive updates more faster.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A Network Analyzer

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 1.0.4+19
version: 1.0.5+20

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down

0 comments on commit 7217d23

Please sign in to comment.