Congifured google sign in
This commit is contained in:
parent
046f212e7f
commit
1302c6ba8d
4 changed files with 22 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue