update rootbeer lib

This commit is contained in:
Milos Kozak 2022-11-10 14:23:13 +01:00
parent 85f85e388f
commit 821fe884da
2 changed files with 1 additions and 3 deletions

View file

@ -26,7 +26,6 @@ dependencies {
implementation project(':database:entities') implementation project(':database:entities')
api "androidx.appcompat:appcompat:$appcompat_version" api "androidx.appcompat:appcompat:$appcompat_version"
api "androidx.preference:preference-ktx:$preferencektx_version"
// Dagger // Dagger
api "com.google.dagger:dagger:$dagger_version" api "com.google.dagger:dagger:$dagger_version"

View file

@ -42,8 +42,7 @@ dependencies {
// Phone checker // Phone checker
// updating to 0.0.9 prevents AAPS from build api 'com.scottyab:rootbeer-lib:0.1.0'
api 'com.scottyab:rootbeer-lib:0.0.8'
//SmsCommunicator //SmsCommunicator
api 'com.eatthepath:java-otp:0.3.1' api 'com.eatthepath:java-otp:0.3.1'