updated README.md

This commit is contained in:
2025-12-08 11:06:16 +00:00
committed by strawmanbobi
parent f36cc817e1
commit 1bfbec056d

View File

@@ -17,12 +17,8 @@ implementation 'net.irext.webapi:irext-androidapi:1.5.1'
Add 2 meta-data tags to your AndroidManifest.xml providing APP key and secret get from step 1. Add 2 meta-data tags to your AndroidManifest.xml providing APP key and secret get from step 1.
```xml ```xml
<meta-data <meta-data
android:name="irext_app_key" android:name="irext_app_key"
android:value="your app key" /> android:value="your app key" />
<meta-data
android:name="irext_app_secret"
android:value="your app secret" />
``` ```
### 3. Use the SDK ### 3. Use the SDK