[android] Updated multidex library to 1.0.3

This commit is contained in:
Александр Зацепин 2018-04-04 13:55:15 +03:00 committed by Roman Kuznetsov
parent 8593ccf876
commit 6090afa7bc

View file

@ -87,7 +87,7 @@ dependencies {
implementation 'com.github.bumptech.glide:glide:3.7.0'
// Java concurrency annotations
implementation 'net.jcip:jcip-annotations:1.0'
implementation 'com.android.support:multidex:1.0.2'
implementation 'com.android.support:multidex:1.0.3'
implementation 'com.appsflyer:af-android-sdk:4.8.3'
}