reactnative-plugin-appice
v1.7.21
Published
appICE React Native SDK
Downloads
350
Readme
src_reactnative_appice-sdk
android
add the following tag in app's manifest
in app's build.gradle
//appice
implementation 'appice.io.android:sdk:2.5.59'
//glide
implementation "com.github.bumptech.glide:glide:4.10.0"
add this maven url in project's build.gradle
allprojects { repositories { maven { url "https://gitlab.com/api/v4/projects/project-id/packages/maven" //contact [email protected] for projectId details credentials(HttpHeaderCredentials) { name = "Deploy-Token" value = "" //contact [email protected] for token details } authentication { header(HttpHeaderAuthentication) } } } }