Merge pull request #3386 from nextcloud/dependabot/gradle/androidx.multidex-multidex-2.0.1

Bump multidex from 2.0.0 to 2.0.1
This commit is contained in:
Andy Scherzinger 2018-12-18 07:18:09 +01:00 committed by GitHub
commit 315769979b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -206,7 +206,7 @@ android {
dependencies {
// dependencies for app building
implementation 'androidx.multidex:multidex:2.0.0'
implementation 'androidx.multidex:multidex:2.0.1'
// implementation project('nextcloud-android-library')
genericImplementation 'com.github.nextcloud:android-library:master-SNAPSHOT'
gplayImplementation 'com.github.nextcloud:android-library:master-SNAPSHOT'