8.1.0
-
Add support for
Fragment
alongside the
already supportedComponentActivity
andContext
. -
Add builders with support for lazy rationales.
These builders allow building
LocationFetcher
passing in
a rationale producer instead of a rationale string.
This enables the possibility for usinggetString
in
a field assignment in aComponentActivity
/Fragment
:class MyFragment : Fragment() { private val locationFetcher = locationFetcher({ getString(R.string.rationale) }) { // ... config } }
-
Bump versions:
Kotlin: 1.6.0-RC2 -> 1.6.10
com.android.library
: 7.1.0-beta02 -> 7.1.2
kotlinx.coroutines
: 1.5.2 -> 1.6.0
play-services-location
: 18.0.0 -> 19.0.1
activity-ktx
: 1.4.0-rc01 -> 1.4.0
fragment-ktx
: 1.4.0-rc01 -> 1.4.1
appcompat
: 1.4.0-rc01 -> 1.4.1
lifecycle
: 2.4.0 -> 2.4.1