mirror of
https://github.com/hamaluik/timecop.git
synced 2025-05-18 01:06:17 +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
|
||||
FlutterApplication and put your custom class here. -->
|
||||
<application
|
||||
android:name="io.flutter.app.FlutterApplication"
|
||||
android:name="${applicationName}"
|
||||
android:label="Time Cop"
|
||||
android:icon="@mipmap/launcher_icon">
|
||||
<activity
|
||||
|
Reference in New Issue
Block a user