commit | 3ffb79b04fb00b97bc42d60bfed8ae308a40a319 | [log] [tgz] |
---|---|---|
author | Torsten Grote <t@grobox.de> | Tue Sep 07 17:10:20 2021 +0200 |
committer | Chirayu Desai <952062+chirayudesai@users.noreply.github.com> | Wed Oct 13 16:15:20 2021 +0530 |
tree | 66beeecc1ffefb3b1a9ccc1a4150732eead0baa3 | |
parent | 0f241f7d25e512ce166edb8a7ed7103059277890 [diff] [blame] |
Write metadata with new version 1 Reading still supports version 0
diff --git a/app/build.gradle b/app/build.gradle index 2f5208c..8509fc4 100644 --- a/app/build.gradle +++ b/app/build.gradle
@@ -105,6 +105,8 @@ implementation rootProject.ext.std_libs.androidx_documentfile implementation rootProject.ext.std_libs.com_google_android_material + implementation rootProject.ext.storage_libs.com_google_crypto_tink_android + /** * Storage Dependencies */