Browse Source

Platform dependency updated

master
Preyea Regmi 4 years ago
parent
commit
06ed38e43d
  1. BIN
      .idea/caches/build_file_checksums.ser
  2. 1
      SpinnerDatePickerLib-release/build/.transforms/d0aaeacf5fba14ce05f47007feed1e80.bin
  3. BIN
      SpinnerDatePickerLib-release/build/.transforms/d0aaeacf5fba14ce05f47007feed1e80/SpinnerDatePickerLib-release-runtime/classes.dex
  4. 12
      app/build.gradle

BIN
.idea/caches/build_file_checksums.ser

1
SpinnerDatePickerLib-release/build/.transforms/d0aaeacf5fba14ce05f47007feed1e80.bin

@ -0,0 +1 @@
o/SpinnerDatePickerLib-release-runtime

BIN
SpinnerDatePickerLib-release/build/.transforms/d0aaeacf5fba14ce05f47007feed1e80/SpinnerDatePickerLib-release-runtime/classes.dex

12
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'

Loading…
Cancel
Save