File tree 3 files changed +6
-2
lines changed
example/android/app/src/main
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 186
186
same "printed page" as the copyright notice for easier
187
187
identification within third-party archives.
188
188
189
- Copyright 2020 chenenyu
189
+ Copyright 2020-2022 chenenyu
190
190
191
191
Licensed under the Apache License, Version 2.0 (the "License");
192
192
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 6
6
additional functionality it is fine to subclass or reimplement
7
7
FlutterApplication and put your custom class here. -->
8
8
<application
9
- android : name =" io.flutter.app.FlutterApplication "
9
+ android : name =" ${applicationName} "
10
10
android : label =" example"
11
11
android : icon =" @mipmap/ic_launcher" >
12
12
<activity
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ unset PUB_HOSTED_URL
4
+ dart pub publish
You can’t perform that action at this time.
0 commit comments