opentrace-community / opentrace-android

OpenTrace Android app. Reference implementation of the BlueTrace protocol.
https://bluetrace.io
GNU General Public License v3.0
577 stars 225 forks source link

error for unknown property #66

Open Shru312 opened 2 years ago

Shru312 commented 2 years ago

Could not get unknown property 'ameer' for object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

alexissinglaire commented 2 years ago

That normally due some typo error in your dependecies definition in your gradle file. revisit again whether you accidentally put the wrong value there. This error has nothing to do with this repo.