Skip to content

Commit

Permalink
Update IVS to version 1.33.0 (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: vp-auto <[email protected]>
  • Loading branch information
2 people authored and GitHub Enterprise committed Oct 3, 2024
1 parent d168002 commit 70293d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

buildscript {
ext.default_player_version = "1.32.0"
ext.default_player_version = "1.33.0"
ext.player_version = findProperty("playerVersion") ?: default_player_version

repositories {
Expand Down

0 comments on commit 70293d7

Please sign in to comment.