Skip to content

Commit

Permalink
Bump to the 1.1.0+15
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed May 9, 2022
1 parent 84ef1d9 commit 9c25a17
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CastIt.Android/build_android.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash
set -e

echo 'Cleaning project...'
flutter clean

echo 'Retrieving packages...'
flutter pub get

echo 'Deleting conflicting outputs...'
flutter pub run build_runner build --delete-conflicting-outputs

echo 'Creating android bundle...'
flutter build appbundle
6 changes: 3 additions & 3 deletions CastIt.Android/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -328,14 +328,14 @@ packages:
name: freezed
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.2"
version: "2.0.3"
freezed_annotation:
dependency: "direct main"
description:
name: freezed_annotation
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.1"
version: "2.0.3"
frontend_server_client:
dependency: transitive
description:
Expand Down Expand Up @@ -433,7 +433,7 @@ packages:
name: lint
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.2"
version: "1.8.2"
logger:
dependency: "direct main"
description:
Expand Down
8 changes: 4 additions & 4 deletions CastIt.Android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.1.0+14
version: 1.1.0+15

environment:
sdk: '>=2.15.1 <3.0.0'
Expand All @@ -28,7 +28,7 @@ dependencies:
flutter_bloc: ^7.3.3
flutter_localizations:
sdk: flutter
freezed_annotation: ^2.0.1
freezed_annotation: ^2.0.3
get_it: ^7.2.0
json_annotation: ^4.5.0
logger: ^1.1.0
Expand All @@ -50,9 +50,9 @@ dev_dependencies:
flutter_launcher_icons: ^0.9.2
flutter_test:
sdk: flutter
freezed: ^2.0.2
freezed: ^2.0.3
json_serializable: ^6.2.0
lint: ^1.7.2
lint: ^1.8.2

flutter_icons:
android: "launcher_icon"
Expand Down

0 comments on commit 9c25a17

Please sign in to comment.