[Chore] (Version): bump version to 26.8 for android plugin

This commit is contained in:
BZLZHH
2026-08-01 23:46:58 +08:00
committed by GitHub
parent 4a533a215a
commit 8025745fa3
+1 -1
View File
@@ -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",