Fix network client.

This commit is contained in:
Ivan Murashov
2018-05-22 23:04:37 +03:00
parent d3bf525db8
commit 56f5f13daa
3 changed files with 4 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.dinect.checker"
android:versionCode="13"
android:versionName="1.1.18">
android:versionCode="14"
android:versionName="1.1.19">
<!-- The INTERNET permission is required for development. Specifically,
flutter needs it to communicate with the running application