mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Add dependencies
This commit is contained in:
parent
8a97311476
commit
adb4e236b4
1 changed files with 3 additions and 1 deletions
|
@ -116,7 +116,9 @@ dependencies {
|
|||
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
||||
implementation 'com.journeyapps:zxing-android-embedded:4.3.0'
|
||||
implementation 'androidx.core:core:1.13.1'
|
||||
implementation 'de.raphaelebner:roomdatabasebackup:1.0.1'
|
||||
implementation 'de.raphaelebner:roomdatabasebackup:1.0.1' // a supprimer
|
||||
|
||||
implementation 'androidx.documentfile:documentfile:1.0.1'
|
||||
|
||||
//coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.0'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue