File tree Expand file tree Collapse file tree
squarescreen-player/src/main/kotlin/io/squarescreen/player/internal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ Add to your module's `build.gradle.kts`:
2525``` kotlin
2626dependencies {
2727 // Core player (required)
28- implementation(" io.squarescreen:squarescreen-player:0.1.2 " )
28+ implementation(" io.squarescreen:squarescreen-player:0.1.3 " )
2929
3030 // Jetpack Compose UI components (optional)
31- implementation(" io.squarescreen:squarescreen-ui:0.1.2 " )
31+ implementation(" io.squarescreen:squarescreen-ui:0.1.3 " )
3232}
3333```
3434
@@ -342,7 +342,7 @@ The `squarescreen-player` module has no UI dependency. Use it headlessly — col
342342
343343``` kotlin
344344// Add only the player, skip the UI module
345- implementation(" io.squarescreen:squarescreen-player:0.1.2 " )
345+ implementation(" io.squarescreen:squarescreen-player:0.1.3 " )
346346```
347347
348348``` kotlin
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android.nonTransitiveRClass=true
88# ─── Maven Publishing ─────────────────────────────────────────────────────────
99# Shared coordinates — keep VERSION_NAME in sync with SdkInfo.SDK_VERSION
1010GROUP =io.squarescreen
11- VERSION_NAME =0.1.2
11+ VERSION_NAME =0.1.3
1212
1313# POM metadata
1414POM_URL =https://github.com/Perpectiv-Global/square-screen-android-sdk
Original file line number Diff line number Diff line change 11package io.squarescreen.player.internal
22
33/* * Current SDK version string embedded at build time. */
4- internal const val SDK_VERSION = " 0.1.2 "
4+ internal const val SDK_VERSION = " 0.1.3 "
You can’t perform that action at this time.
0 commit comments