diff --git a/shorebird_code_push/example/lib/main.dart b/shorebird_code_push/example/lib/main.dart index 6488697..f7f1c23 100644 --- a/shorebird_code_push/example/lib/main.dart +++ b/shorebird_code_push/example/lib/main.dart @@ -20,7 +20,7 @@ class MyApp extends StatelessWidget { return MaterialApp( title: 'Shorebird Code Push Demo', theme: ThemeData( - colorScheme: ColorScheme.fromSeed(seedColor: Colors.purple), + colorScheme: ColorScheme.fromSeed(seedColor: Colors.red), useMaterial3: true, ), home: const MyHomePage(title: 'Shorebird Code Push'), diff --git a/shorebird_code_push/example/pubspec.yaml b/shorebird_code_push/example/pubspec.yaml index 6c09a40..454a836 100644 --- a/shorebird_code_push/example/pubspec.yaml +++ b/shorebird_code_push/example/pubspec.yaml @@ -2,7 +2,7 @@ name: shorebird_code_push_example description: An example demonstrating how to use the shorebird_code_push package publish_to: 'none' -version: 1.0.0+20 +version: 1.0.0+21 environment: sdk: '>=3.0.5 <4.0.0'