GoogleDriveFileStorage: update libraries and reimplement authentication workflow to show consent screen (verification by Google now passed); migrate Java filestorage and filechooser projects to AndroidX; disable "app is blocked" message; see #1833

This commit is contained in:
Philipp Crocoll
2022-01-12 08:07:28 +01:00
parent 1442af3148
commit 309fd9f4d1
38 changed files with 306 additions and 96 deletions

View File

@@ -23,5 +23,5 @@ android {
}
dependencies {
compile 'com.android.support:support-v4:28.0.0'
compile 'androidx.legacy:legacy-support-v4:1.0.0'
}