We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb342e commit be20835Copy full SHA for be20835
2 files changed
gradle.properties
@@ -8,7 +8,7 @@ android.nonTransitiveRClass=true
8
# ─── Maven Publishing ─────────────────────────────────────────────────────────
9
# Shared coordinates — keep VERSION_NAME in sync with SdkInfo.SDK_VERSION
10
GROUP=io.squarescreen
11
-VERSION_NAME=0.1.0
+VERSION_NAME=0.1.1
12
13
# POM metadata
14
POM_URL=https://github.com/Perpectiv-Global/square-screen-android-sdk
squarescreen-player/src/main/kotlin/io/squarescreen/player/internal/SdkInfo.kt
@@ -1,4 +1,4 @@
1
package io.squarescreen.player.internal
2
3
/** Current SDK version string embedded at build time. */
4
-internal const val SDK_VERSION = "0.1.0"
+internal const val SDK_VERSION = "0.1.1"
0 commit comments