From 42d43af25bab17742ceb9436b57172b6fa4c5eec Mon Sep 17 00:00:00 2001 From: Swung0x48 Date: Tue, 8 Sep 2026 04:41:03 -0400 Subject: [PATCH] [Build] (Android): bump the plugin version to 26.09 - versionCode 26090000 + this month's revision count, versionName 26.09. --- android-plugin/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",