From 8025745fa303ae5b4f515e7bb29b2ce80ef73b63 Mon Sep 17 00:00:00 2001 From: BZLZHH <69153940+BZLZHH@users.noreply.github.com> Date: Sat, 1 Aug 2026 23:46:58 +0800 Subject: [PATCH] [Chore] (Version): bump version to 26.8 for android plugin --- 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 32c54220..dbd4a13e 100644 --- a/android-plugin/app/build.gradle.kts +++ b/android-plugin/app/build.gradle.kts @@ -55,7 +55,7 @@ val releaseSigningReady = signingStoreFile.exists() val debuggableRelease = (findProperty("mobilegl.debuggableRelease") ?: "false").toString().toBoolean() val mobileGlVersionMajor = 26 -val mobileGlVersionMinor = 7 +val mobileGlVersionMinor = 8 val mobileGlGitShortHash = runGit("rev-parse", "--short=7", "HEAD") ?: "nogit" val mobileGlMonthlyRevision = runGit( "rev-list",