Skip to content

Commit 34d1c90

Browse files
Moved volume 2 release source to master
1 parent 509716b commit 34d1c90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/local.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
sdk.dir=C:\\Users\\SriramKiranSenthilku\\AppData\\Local\\Android\\sdk
22
flutter.sdk=C:\\src\\flutter
3-
flutter.buildMode=debug
4-
flutter.versionName=18.1.42
3+
flutter.buildMode=release
4+
flutter.versionName=22.1.34

lib/model/helper.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ Widget getFooter(BuildContext context, SampleModel model) {
841841
),
842842
Container(
843843
padding: const EdgeInsets.only(top: 10),
844-
child: Text('Copyright © 2001 - 2022 Syncfusion Inc.',
844+
child: Text('Copyright © 2001 - 2023 Syncfusion Inc.',
845845
style: TextStyle(
846846
color: model.textColor.withOpacity(0.7),
847847
fontSize: 12,

0 commit comments

Comments
 (0)