Update Wizardpager version in build.gradle

This commit is contained in:
Bart Sopers 2020-08-11 21:04:58 +02:00
parent 0584cbd6af
commit ef05654133

View file

@ -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.1", ext: "aar")
implementation(name: "com.atech-software.android.library.wizardpager-1.1.3", ext: "aar")
implementation("com.google.android:flexbox:0.3.0") {
exclude group: "com.android.support"