From dd795463cffb602a7e33bc8c75aad580dbadfe59 Mon Sep 17 00:00:00 2001 From: Bart Sopers Date: Wed, 12 Aug 2020 17:13:09 +0200 Subject: [PATCH] Update wizard pager dependency --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ac85511a83..11e681d084 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -288,7 +288,7 @@ dependencies { implementation "com.joanzapata.iconify:android-iconify-fontawesome:2.2.2" implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'com.madgag.spongycastle:core:1.58.0.0' - implementation(name: "com.atech-software.android.library.wizardpager-1.1.3", ext: "aar") + implementation(name: "com.atech-software.android.library.wizardpager-1.1.4", ext: "aar") implementation("com.google.android:flexbox:0.3.0") { exclude group: "com.android.support"