Mirko Sollazzo
Mirko Sollazzo

Reputation: 1

Build.Gradle, Expecting an element

I use android studio with Java language. My problem is that, always when creating a new project, I get an error in build.gradle (: app) I get "Expecting an element". This problem does not affect my application, it executes everything without problem, it only hinders me when you want to use Google Firebase. Thank you for reading!

enter image description here

Upvotes: 0

Views: 2559

Answers (1)

WhatAJerk
WhatAJerk

Reputation: 579

Try this:

api "com.google.android.material:material:1.3.0"

Upvotes: 1

Related Questions