MythiCode / zebra_utlity

MIT License
6 stars 26 forks source link

Update build.gradle #16

Open berkayismus opened 2 years ago

berkayismus commented 2 years ago

compile, provided and apk in gradle dependencies prefix command are in gradle version 7.1.2 deprecated. Use implementation or api instead of compile, compileOnly instead of provided, and runtimeOnly instead of apk

Please update the gradle version of your package with corresponding Flutter version 3.3.2

I am using Flutter version 3.3.2, I got an error because of that, thanks