Skip to content

Commit 64eecb6

Browse files
committed
feat: change to get latest package in android and update example for android demo
1 parent 7ab2c4c commit 64eecb6

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-converted-in-sdk",
3-
"version": "1.0.2-rc.2",
3+
"version": "1.0.3",
44
"description": "Converted In SDK for React Native",
55
"source": "src/index.ts",
66
"main": "lib/commonjs/index.js",

0 commit comments

Comments
 (0)