add backup/restore

This commit is contained in:
woheller69 2023-04-17 10:53:33 +02:00
parent 67027dc8e6
commit 7a2edcf814
12 changed files with 297 additions and 2 deletions

View file

@ -38,6 +38,7 @@ dependencies {
implementation 'com.android.volley:volley:1.2.1'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'net.lingala.zip4j:zip4j:2.9.1'
implementation "androidx.lifecycle:lifecycle-viewmodel:2.5.1" //needed due to duplicate class error
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1" //needed due to duplicate class error
}