File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed
app/src/main/java/com/keyvalue/sirensampleapp
siren-sdk/src/main/res/values Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5- ## [ 1.0.0] - 2024-03-28
5+ ## [ 1.0.1]
6+
7+ ### Fixed
8+
9+ - Api configuration.
10+
11+ ## [ 1.0.0]
612
713### Added
814
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ allprojects {
2121
2222``` kotlin
2323dependencies {
24- implementation ' com.github.KeyValueSoftwareSystems:siren-android-inbox:1.0.0 '
24+ implementation ' com.github.KeyValueSoftwareSystems:siren-android-inbox:1.0.1 '
2525}
2626```
2727
Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ class MainActivity : ComponentActivity() {
120120 val sirenSDK =
121121 SirenSDK .getInstance(
122122 this ,
123- " userToken " ,
124- " recipientId " ,
123+ " YOUR_USER_TOKEN " ,
124+ " YOUR_RECIPIENT_ID " ,
125125 object : ErrorCallback {
126126 override fun onError (jsonObject : JSONObject ) {
127127 }
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<resources >
3- <string name =" SIREN_BASE_URL" >https://api.dev. sirenapp.io/</string >
3+ <string name =" SIREN_BASE_URL" >https://api.sirenapp.io/</string >
44</resources >
You can’t perform that action at this time.
0 commit comments