transistorsoft / flutter_background_geolocation_firebase

Firebase proxy for Flutter Background Geolocation SDK
MIT License
21 stars 7 forks source link

[RELEASE] 0.2.0 #17

Closed christocracy closed 4 years ago

christocracy commented 4 years ago

0.2.0 - 2020-07-13

allprojects {
    repositories {
        google()
        jcenter()
+       maven {
+           // [required] background_geolocation_firebase
+           url "${project(':background_geolocation_firebase').projectDir}/libs"
+       }
    }
}