1.7.19-testing • Published 10 months ago

reactnative-plugin-appice-test v1.7.19-testing

Weekly downloads
14
License
MIT
Repository
github
Last release
10 months ago

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 support@appice.io for projectId details credentials(HttpHeaderCredentials) { name = "Deploy-Token" value = "" //contact support@appice.io for token details } authentication { header(HttpHeaderAuthentication) } } } }

1.7.19-testing

10 months ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago