[INJIMOB-1552] update vci-client library version in android (#1545)

Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
This commit is contained in:
KiruthikaJeyashankar
2024-06-29 09:01:43 +05:30
committed by GitHub
parent 8d0f3694c4
commit b499a9886a

View File

@@ -286,7 +286,7 @@ dependencies {
}
compileOnly project(':react-native-android-location-services-dialog-box')
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
implementation "io.mosip:inji-vci-client:1.2-SNAPSHOT"
implementation "io.mosip:inji-vci-client:0.1.0-SNAPSHOT"
debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}")
debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") {
exclude group: 'com.facebook.flipper'