From 58e8b33330c9e42048c7cea4f6958e844c3be8f2 Mon Sep 17 00:00:00 2001 From: luke358 Date: Fri, 23 Aug 2024 22:53:44 +0800 Subject: [PATCH] chore: release --- lib/main.dart | 1 - pubspec.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index a6e1317..ad9fd6b 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -56,7 +56,6 @@ class _MyAppState extends State with WidgetsBindingObserver { @override void didChangeAppLifecycleState(AppLifecycleState state) { if (state == AppLifecycleState.resumed) { - print("Starting... resumed"); FlutterSplashScreen.hide(); SystemChrome.setSystemUIOverlayStyle(const SystemUiOverlayStyle( statusBarColor: Colors.transparent, diff --git a/pubspec.yaml b/pubspec.yaml index 8f17246..5bc01f2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: podcasts_pro description: "A project to listen to podcasts through RSS subscription links." publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 1.0.14 +version: 1.0.15 environment: sdk: '>=3.4.3 <4.0.0'