Releases: baracudda/androidBits
Releases · baracudda/androidBits
v1.1.0
Publishing via GitHub:
Add the JitPack repository to your root build.gradle file, at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
then add the dependency to your app's build.gradle file:
dependencies {
implementation 'com.github.baracudda:androidBits:v1.1.0'
}
v1.0.9
v1.0.8
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
BroadwayAuthAccount.explicitlyRemoveAccount() added.
v1.0.2
BroadwayAuthAccount::canAutoAuth() added to detect missing user_tokens because under some circumstances, the account retained all other information except the user_token (which is stored where the "password" would be in Android's Account mechanism.