File tree 4 files changed +11
-5
lines changed
app/src/main/java/com/keyvalue/sirensampleapp
siren-sdk/src/main/res/values
4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- ## [ 1.0.0] - 2024-03-28
5
+ ## [ 1.0.1]
6
+
7
+ ### Fixed
8
+
9
+ - Api configuration.
10
+
11
+ ## [ 1.0.0]
6
12
7
13
### Added
8
14
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ allprojects {
21
21
22
22
``` kotlin
23
23
dependencies {
24
- implementation ' com.github.KeyValueSoftwareSystems:siren-android-inbox:1.0.0 '
24
+ implementation ' com.github.KeyValueSoftwareSystems:siren-android-inbox:1.0.1 '
25
25
}
26
26
```
27
27
Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ class MainActivity : ComponentActivity() {
120
120
val sirenSDK =
121
121
SirenSDK .getInstance(
122
122
this ,
123
- " userToken " ,
124
- " recipientId " ,
123
+ " YOUR_USER_TOKEN " ,
124
+ " YOUR_RECIPIENT_ID " ,
125
125
object : ErrorCallback {
126
126
override fun onError (jsonObject : JSONObject ) {
127
127
}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<resources >
3
- <string name =" SIREN_BASE_URL" >https://api.dev. sirenapp.io/</string >
3
+ <string name =" SIREN_BASE_URL" >https://api.sirenapp.io/</string >
4
4
</resources >
You can’t perform that action at this time.
0 commit comments