Skip to content
Snippets Groups Projects

Mobile app initial implementation.

Merged Igor Markin requested to merge 3-android-mobile-app-web-view into master
2 files
+ 16
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -11,7 +11,7 @@
FlutterApplication and put your custom class here. -->
<application
android:name="io.flutter.app.FlutterApplication"
android:label="Vereign"
android:label="${appLabel}"
android:icon="@mipmap/ic_launcher">
<activity
android:name=".MainActivity"
Loading