Wiaam Kareem
Wiaam Kareem

Reputation: 45

error when i integrate my flutter app with firebase

i run my app and its worked correctly but when i tried to integrate it with firebase it shows an error

FAILURE: Build failed with an exception.

Upvotes: 0

Views: 304

Answers (1)

Peter Haddad
Peter Haddad

Reputation: 80904

Inside build.gradle, do the following:

Change the minSdkVersion from:

minSdkVersion 16

Into the following:

minSdkVersion 21

Upvotes: 2

Related Questions