Skip to content

Commit d138d0d

Browse files
authored
Merge pull request #7 from Scode-Njnjas/feat/get-latest-package-in-android-and-update-example-for-android-demo
feat: change to get latest package in android and update example for android demo
2 parents c702910 + 937ec61 commit d138d0d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ A React Native SDK for ConvertedIn, providing easy integration of ConvertedIn's
66

77
## 📹 Demo
88

9-
![Watch the Demo](https://github.com/user-attachments/assets/15ff28dd-5039-4332-8e4a-5617bd4b4c66)
9+
| iOS | Android |
10+
| -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
11+
| ![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) |
12+
13+
## 🛠️ Requirements
14+
15+
- iOS 13.0 or higher
16+
- Android 5.0 (API level 21) or higher
1017

1118
## 📦 Installation
1219

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ dependencies {
9595
//noinspection GradleDynamicVersion
9696
implementation "com.facebook.react:react-native:+"
9797
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
98-
implementation 'com.github.Scode-Njnjas:android-pixel-sdk:v1.0.1'
98+
implementation "com.github.Scode-Njnjas:android-pixel-sdk:+"
9999
}
100100

0 commit comments

Comments
 (0)