diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index ce33d60f..4f31fad2 100644 Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ diff --git a/SpinnerDatePickerLib-release/build/.transforms/d0aaeacf5fba14ce05f47007feed1e80.bin b/SpinnerDatePickerLib-release/build/.transforms/d0aaeacf5fba14ce05f47007feed1e80.bin new file mode 100644 index 00000000..ea58ad44 --- /dev/null +++ b/SpinnerDatePickerLib-release/build/.transforms/d0aaeacf5fba14ce05f47007feed1e80.bin @@ -0,0 +1 @@ +o/SpinnerDatePickerLib-release-runtime diff --git a/SpinnerDatePickerLib-release/build/.transforms/d0aaeacf5fba14ce05f47007feed1e80/SpinnerDatePickerLib-release-runtime/classes.dex b/SpinnerDatePickerLib-release/build/.transforms/d0aaeacf5fba14ce05f47007feed1e80/SpinnerDatePickerLib-release-runtime/classes.dex new file mode 100644 index 00000000..746eca80 Binary files /dev/null and b/SpinnerDatePickerLib-release/build/.transforms/d0aaeacf5fba14ce05f47007feed1e80/SpinnerDatePickerLib-release-runtime/classes.dex differ diff --git a/app/build.gradle b/app/build.gradle index c49bf33f..8c7423d4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,7 +20,7 @@ android { defaultConfig { applicationId "com.gmeremit.online.gmeremittance_native" minSdkVersion 18 - targetSdkVersion 28 + targetSdkVersion 29 versionCode 37 versionName "3.3.1" multiDexEnabled true @@ -116,8 +116,8 @@ dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') //noinspection GradleCompatible implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'com.google.android.material:material:1.0.0' - implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta3' + implementation 'com.google.android.material:material:1.1.0' + implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4' implementation 'androidx.vectordrawable:vectordrawable:1.1.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'com.squareup.retrofit2:retrofit:2.4.0' @@ -134,8 +134,8 @@ dependencies { implementation 'androidx.multidex:multidex:2.0.1' implementation 'com.squareup.okhttp3:logging-interceptor:3.11.0' implementation 'com.squareup.retrofit2:adapter-rxjava2:2.3.0' - implementation 'io.reactivex.rxjava2:rxandroid:2.0.1' - implementation 'io.reactivex.rxjava2:rxjava:2.1.0' + implementation 'io.reactivex.rxjava2:rxandroid:2.1.1' + implementation 'io.reactivex.rxjava2:rxjava:2.2.10' implementation 'com.jakewharton.rxbinding3:rxbinding:3.1.0' implementation 'com.jakewharton.rxbinding3:rxbinding-core:3.1.0' implementation 'com.jakewharton.rxbinding3:rxbinding-appcompat:3.1.0' @@ -150,7 +150,7 @@ dependencies { implementation 'com.theartofdev.edmodo:android-image-cropper:2.7.0' implementation 'com.scottyab:rootbeer-lib:0.0.7' implementation 'com.mtramin:rxfingerprint:2.2.1' - implementation "androidx.lifecycle:lifecycle-extensions:2.1.0" + implementation "androidx.lifecycle:lifecycle-extensions:2.2.0" implementation project(':securitykeypad') implementation project(path: ':SpinnerDatePickerLib-release') implementation 'com.intuit.sdp:sdp-android:1.0.6'