Commit 0e20a733 authored by Gandha Ryanto's avatar Gandha Ryanto

Update dependencies and configuration settings

parent fca91b54
{ {
"java.compile.nullAnalysis.mode": "automatic" "java.compile.nullAnalysis.mode": "automatic",
"java.configuration.updateBuildConfiguration": "automatic"
} }
\ No newline at end of file
...@@ -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.12', ext: 'aar') implementation(group: 'com.mdd.topup', name: 'mdd_nfc_manager_android-release', version: '1.0.17', ext: 'aar')
//retrofit //retrofit
implementation("io.reactivex.rxjava2:rxjava:2.2.19") implementation("io.reactivex.rxjava2:rxjava:2.2.19")
......
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:">
</FileRef>
</Workspace>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
This diff is collapsed.
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
"@babel/core": "^7.20.0", "@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0", "@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0", "@babel/runtime": "^7.20.0",
"@react-native-community/cli": "^18.0.0",
"@react-native/babel-preset": "0.73.21", "@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "0.73.2", "@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.5", "@react-native/metro-config": "0.73.5",
......
This diff is collapsed.
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