- added wizardpager-1.1.1 (fixed swiping) #53

This commit is contained in:
Andy Rozman 2020-01-27 16:27:09 +00:00
parent 6bd39a3c3c
commit 57e225a589
3 changed files with 2 additions and 2 deletions

View file

@ -109,7 +109,7 @@ android {
targetSdkVersion 28
multiDexEnabled true
versionCode 1500
version "2.6-omnipod-0.2-SNAPSHOT"
version "2.6-omnipod-0.2"
buildConfigField "String", "VERSION", '"' + version + '"'
buildConfigField "String", "DEV_VERSION", '"2.6-dev"'
buildConfigField "String", "BUILDVERSION", '"' + generateGitBuild() + '-' + generateDate() + '"'
@ -255,7 +255,7 @@ dependencies {
implementation "com.joanzapata.iconify:android-iconify-fontawesome:2.1.1"
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation(name: "android-edittext-validator-v1.3.4-mod", ext: "aar")
implementation(name: "com.atech-software.android.library.wizardpager-1.1.0", ext: "aar")
implementation(name: "com.atech-software.android.library.wizardpager-1.1.1", ext: "aar")
implementation 'com.madgag.spongycastle:core:1.58.0.0'