yayaa / LocationManager

Simplify getting user's location for Android
806 stars 187 forks source link

Cant compile #75

Closed farzadi closed 6 years ago

farzadi commented 6 years ago

When I want to compile LoactionManager I get error

Error:(41, 13) Failed to resolve: com.yayandroid:LocationManager:x.y.z

mabdelaal86 commented 6 years ago

Please use the library version, for example (2.0.4), instead of x.y.z So your build.gradle file will looks like:

dependencies {
     compile 'com.yayandroid:LocationManager:2.0.4'
}