Skip to content
Snippets Groups Projects

Mobile app initial implementation.

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