@1selfworld/adchain-sdk-react-native 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34,6 +34,6 @@ android {
34
34
  dependencies {
35
35
  implementation 'com.facebook.react:react-native:+'
36
36
  implementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.21"
37
- // 로컬 Android SDK 사용 (JitPack 빌드 문제로 인해 임시)
38
- implementation project(':adchain-sdk')
37
+ // AdChain Android SDK via JitPack
38
+ implementation 'com.github.1selfworld-labs:adchain-sdk:1.0.28'
39
39
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1selfworld/adchain-sdk-react-native",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "AdChain SDK for React Native with Expo support",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",