Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: change to get latest package in android and update example for android demo #7

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ A React Native SDK for ConvertedIn, providing easy integration of ConvertedIn's

## 📹 Demo

![Watch the Demo](https://github.com/user-attachments/assets/15ff28dd-5039-4332-8e4a-5617bd4b4c66)
| iOS | Android |
| -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
| ![iOS Demo](https://github.com/user-attachments/assets/15ff28dd-5039-4332-8e4a-5617bd4b4c66) | ![Android Demo](https://github.com/user-attachments/assets/0ac36fc9-729b-4b17-812b-803b4d2bdfbd) |

## 🛠️ Requirements

- iOS 13.0 or higher
- Android 5.0 (API level 21) or higher

## 📦 Installation

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'com.github.Scode-Njnjas:android-pixel-sdk:v1.0.1'
implementation "com.github.Scode-Njnjas:android-pixel-sdk:+"
}

Loading