diff --git a/android/build.gradle b/android/build.gradle index a54d61807c..6fb841e401 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -94,13 +94,13 @@ dependencies { implementation 'net.jcip:jcip-annotations:1.0' implementation 'com.android.support:multidex:1.0.3' implementation 'com.appsflyer:af-android-sdk:4.8.3' - implementation ("ru.mail:libnotify:0.1.163-notify-support-v98@aar") { + implementation ("ru.mail:libnotify:0.1.163-notify-support-v100@aar") { transitive = true; changing = true; exclude group: 'com.android.support' exclude group: 'com.google.android.gms' } - implementation ("ru.mail:libnotify-debug:0.1.163-notify-support-v98@aar") { + implementation ("ru.mail:libnotify-debug:0.1.163-notify-support-v100@aar") { transitive = true; changing = true; exclude group: 'com.android.support'