| <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| package="io.flutter.plugins.googlesignin" |
| android:versionCode="1" |
| android:versionName="0.0.1"> |
| |
| <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="21" /> |
| |
| <!-- The INTERNET permission is required for development. Specifically, flutter needs it to communicate with the running application |
| to allow setting breakpoints, to provide hot reload, etc. |
| --> |
| <uses-permission android:name="android.permission.INTERNET"/> |
| </manifest> |