Skip to content

Commit

Permalink
chore(release): 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 12, 2020
1 parent b68fc35 commit e639659
Showing 1 changed file with 39 additions and 29 deletions.
68 changes: 39 additions & 29 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: navis
version: 1.9.2+94
version: 1.9.3+95
description: Cephalon Navis is an Android app inspired by Warframe Hub.
dependencies:
dependencies:
cupertino_icons: ^0.1.3
bloc: ^6.0.1
equatable: ^1.2.2
Expand All @@ -20,41 +20,51 @@ dependencies:
hive: ^1.1.1
hive_flutter: ^0.3.0+2
flutter_brand_icons: ^1.1.0
flutter:
flutter:
sdk: flutter
flutter_localizations:
flutter_localizations:
sdk: flutter
wfcd_client:
wfcd_client:
git: https://github.com/SlayerOrnstein/wfcd_client.git
warframestat_api_models:
warframestat_api_models:
git: https://github.com/SlayerOrnstein/warframestat_api_models.git
dev_dependencies:
dev_dependencies:
test: ^1.6.3
bloc_test: ^7.0.0
mockito: ^4.1.1
flutter_native_splash: ^0.1.9
flutter_test:
flutter_test:
sdk: flutter
flutter_driver:
flutter_driver:
sdk: flutter
flutter:
fonts:
- family: AppIcons
fonts:
- asset: assets/icons/AppIcons.ttf
- family: PlatformIcons
fonts:
- asset: assets/icons/PlatformIcons.ttf
- family: RelicIcons
fonts:
- asset: assets/icons/RelicIcons.ttf
- family: FactionIcons
fonts:
- asset: assets/icons/FactionIcons.ttf
- family: SyndicateGlyphs
fonts:
- asset: assets/icons/SyndicateGlyphs.ttf
assets:
flutter:
fonts:
-
family: AppIcons
fonts:
-
asset: assets/icons/AppIcons.ttf
-
family: PlatformIcons
fonts:
-
asset: assets/icons/PlatformIcons.ttf
-
family: RelicIcons
fonts:
-
asset: assets/icons/RelicIcons.ttf
-
family: FactionIcons
fonts:
-
asset: assets/icons/FactionIcons.ttf
-
family: SyndicateGlyphs
fonts:
-
asset: assets/icons/SyndicateGlyphs.ttf
assets:
- assets/icons/
- assets/wfcd_logo_color.svg
- assets/enemys/Corrupted/
Expand All @@ -64,10 +74,10 @@ flutter:
- assets/Derelict.webp
- assets/skyboxes/Void.webp
uses-material-design: true
flutter_intl:
flutter_intl:
class_name: NavisLocalizations
enabled: true
flutter_native_splash:
flutter_native_splash:
image: assets/nightmare.png
color: FFFFFF
android: false

0 comments on commit e639659

Please sign in to comment.