Commit 9fd3d57e authored by Gandha Ryanto's avatar Gandha Ryanto

Update mdd_nfc_manager_android dependency version to 1.0.20

parent 7da38055
...@@ -116,7 +116,7 @@ repositories { ...@@ -116,7 +116,7 @@ repositories {
dependencies { dependencies {
// The version of react-native is set by the React Native Gradle Plugin // The version of react-native is set by the React Native Gradle Plugin
implementation(group: 'com.mdd.topup', name: 'mdd_nfc_manager_android-release', version: '1.0.19', ext: 'aar') implementation(group: 'com.mdd.topup', name: 'mdd_nfc_manager_android-release', version: '1.0.20', ext: 'aar')
//retrofit //retrofit
implementation("io.reactivex.rxjava2:rxjava:2.2.19") implementation("io.reactivex.rxjava2:rxjava:2.2.19")
......
rootProject.name = 'rn_mdd_simulator' rootProject.name = 'rn_mdd_simulator'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings) apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app' include ':app'
includeBuild('../node_modules/@react-native/gradle-plugin') includeBuild('../node_modules/@react-native/gradle-plugin')
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment