From 4418647b63f070afa9a33b376e19b450221fe5f5 Mon Sep 17 00:00:00 2001 From: Jimmy Misaka Date: Tue, 24 Jan 2023 20:45:22 +0800 Subject: [PATCH] DEV UPDATE:Update name to EOEFans --- android/app/src/main/AndroidManifest.xml | 2 +- lib/states/ProfileChangeNotifier.dart | 1 + pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 4452fbc..80edb7f 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -2,7 +2,7 @@ package="com.app.eoe_fans"> diff --git a/lib/states/ProfileChangeNotifier.dart b/lib/states/ProfileChangeNotifier.dart index 2e479e6..19a1779 100644 --- a/lib/states/ProfileChangeNotifier.dart +++ b/lib/states/ProfileChangeNotifier.dart @@ -39,3 +39,4 @@ class ThemeModel extends ProfileChangeNotifier { } } } + diff --git a/pubspec.yaml b/pubspec.yaml index 30aba24..2c73c3b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.3.1+1 +version: 1.3.2+1 environment: sdk: '>=2.18.6 <3.0.0'