Skip to content

Commit

Permalink
Release version 1.0.4+4 - fix GooglePlay error
Browse files Browse the repository at this point in the history
  • Loading branch information
xsadra committed Aug 5, 2021
1 parent a93e7e1 commit 12a187e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion lib/clash/presentation/widgets/battle_list_tile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class BattleListTile extends StatelessWidget {
// } else if (battle.type == BattleType.casual1v1.name) {
// return Container();
} else
return Container(child: Text(battle.type));
return Container();
// return Container(child: Text(battle.type));
}
}
4 changes: 2 additions & 2 deletions lib/core/platform/assets_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,9 @@ class _AssetFonts {
}

class _AssetIcons {
String get appIcon => 'assets/icons/ic_launcher.png';
String get appIcon => 'assets/icons/app_icon.png';

String get appIconRound => 'assets/icons/ic_launcher_round.png';
String get appIconRound => 'assets/icons/app_icon.png';

const _AssetIcons();
}
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: clash_royale_assistant
description: Stats Royale Assistant helps you enjoy Clash Royale more by providing the most accurate statistics possible.
homepage: https://app.sadra.at/clash-royale-assistant
repository: https://github.com/xsadra/clash-royale-assistant.git
version: 1.0.3+3
version: 1.0.4+4

environment:
sdk: ">=2.7.0 <3.0.0"
Expand All @@ -27,6 +27,7 @@ dependencies:
timeago: ^3.1.0
url_launcher:
package_info_plus: ^1.0.4
introduction_screen: ^2.1.0

dev_dependencies:
build_runner:
Expand Down

0 comments on commit 12a187e

Please sign in to comment.