mirror of
https://github.com/hamaluik/timecop.git
synced 2025-05-21 10:46:30 +08:00
Added ${applicationName} to support AndroidV2 Migration
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
additional functionality it is fine to subclass or reimplement
|
additional functionality it is fine to subclass or reimplement
|
||||||
FlutterApplication and put your custom class here. -->
|
FlutterApplication and put your custom class here. -->
|
||||||
<application
|
<application
|
||||||
android:name="io.flutter.app.FlutterApplication"
|
android:name="${applicationName}"
|
||||||
android:label="Time Cop"
|
android:label="Time Cop"
|
||||||
android:icon="@mipmap/launcher_icon">
|
android:icon="@mipmap/launcher_icon">
|
||||||
<activity
|
<activity
|
||||||
|
Reference in New Issue
Block a user