Congifured google sign in

This commit is contained in:
Mariano Uvalle 2019-02-21 14:29:28 -06:00
parent 046f212e7f
commit 1302c6ba8d
4 changed files with 22 additions and 2 deletions

View file

@ -34,7 +34,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "consulting.mabby.domore"
minSdkVersion 16
minSdkVersion 21
targetSdkVersion 27
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName

View file

@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.domore">
package="consulting.mabby.domore">
<!-- The INTERNET permission is required for development. Specifically,
flutter needs it to communicate with the running application