Skip to content

Commit d22e614

Browse files
authored
Merge pull request #133 from kalzEOS/fix/player-prev-next-focus-gating
Ship v3.3.3: performance and seamless live ticker
2 parents 28b45d2 + e393c71 commit d22e614

6 files changed

Lines changed: 329 additions & 186 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import java.util.Properties
33
import org.gradle.api.provider.Property
44
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
55

6-
val appVersionCode = 128
7-
val appVersionName = "3.3.2"
6+
val appVersionCode = 130
7+
val appVersionName = "3.3.3"
88

99
plugins {
1010
alias(libs.plugins.android.application)

0 commit comments

Comments
 (0)