- Install Android Studio
Jellyfishor later. - Clone this repository.
- Open this project in Android Studio.
- Android Studio should synchronize automatically with gradle, but you may need to synchronize manully with
File > Sync Project with Gradle File. - Then please select the
appby build configuration.
- You may validate application runtime logs in the
Logcatpanel of the debug area.
- Please set your Repro SDK Token at
MainActivity.kt > setupRepro() -> setup('<YOUR_REPRO_SDK_TOKEN>'). - You also may change the Repro SDK Version at
app > build.gradle > dependenciesto use the latest SDK.
| Key | Type | Example |
|---|---|---|
| title | string | Tシャツ |
| message | string | 夏に着るおしゃれアイテム! |
| title_color | string | 333333 |
| image_url | string, null | https://example.com/sample.jpg |
| spring_mode | string | true |
| button_position | string, A or B | A |
Spring theme is applied if spring_mode is set to "true".
If you enable Spring Mode, you cannot change title_color.
| Normal Mode | Spring Mode |
|---|---|
![]() |
![]() |
| Button Position A | Button Position B |
|---|---|
![]() |
![]() |





