Skip to content

Commit

Permalink
build: config for release 1.1.0+40
Browse files Browse the repository at this point in the history
  • Loading branch information
theachoem committed Jun 28, 2022
1 parent 5e88370 commit 29da74d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 36;
CURRENT_PROJECT_VERSION = 40;
DEVELOPMENT_TEAM = 24KJ877SZ9;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
Expand Down Expand Up @@ -518,7 +518,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 36;
CURRENT_PROJECT_VERSION = 40;
DEVELOPMENT_TEAM = 24KJ877SZ9;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
Expand Down Expand Up @@ -546,7 +546,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 36;
CURRENT_PROJECT_VERSION = 40;
DEVELOPMENT_TEAM = 24KJ877SZ9;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
Expand Down
2 changes: 1 addition & 1 deletion lib/theme/theme_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ThemeConfig {
TextTheme textTheme = buildTextTheme();

final themeData = ThemeData(
platform: TargetPlatform.android,
// platform: TargetPlatform.android,
useMaterial3: true,
applyElevationOverlayColor: true,
primaryColor: colorScheme.primary,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: spooky
description: Minimalist application to write stories, notes, diary!
publish_to: none
version: 1.1.0+37
version: 1.1.0+40
environment:
sdk: ">=2.12.0 <3.0.0"

Expand Down

0 comments on commit 29da74d

Please sign in to comment.