diff --git a/android-plugin/app/build.gradle.kts b/android-plugin/app/build.gradle.kts index c10faf3b..d95fdccd 100644 --- a/android-plugin/app/build.gradle.kts +++ b/android-plugin/app/build.gradle.kts @@ -62,7 +62,7 @@ val releaseSigningReady = signingStoreFile.exists() val debuggableRelease = (findProperty("mobilegl.debuggableRelease") ?: "false").toString().toBoolean() val mobileGlVersionMajor = 26 -val mobileGlVersionMinor = 8 +val mobileGlVersionMinor = 9 val mobileGlGitShortHash = runGit("rev-parse", "--short=7", "HEAD") ?: "nogit" val mobileGlMonthlyRevision = runGit( "rev-list",