mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 14:18:31 +09:00
[Build] (Android): bump the plugin version to 26.09 - versionCode 26090000 + this month's revision count, versionName 26.09.<hash>
This commit is contained in:
@@ -62,7 +62,7 @@ val releaseSigningReady = signingStoreFile.exists()
|
|||||||
val debuggableRelease = (findProperty("mobilegl.debuggableRelease") ?: "false").toString().toBoolean()
|
val debuggableRelease = (findProperty("mobilegl.debuggableRelease") ?: "false").toString().toBoolean()
|
||||||
|
|
||||||
val mobileGlVersionMajor = 26
|
val mobileGlVersionMajor = 26
|
||||||
val mobileGlVersionMinor = 8
|
val mobileGlVersionMinor = 9
|
||||||
val mobileGlGitShortHash = runGit("rev-parse", "--short=7", "HEAD") ?: "nogit"
|
val mobileGlGitShortHash = runGit("rev-parse", "--short=7", "HEAD") ?: "nogit"
|
||||||
val mobileGlMonthlyRevision = runGit(
|
val mobileGlMonthlyRevision = runGit(
|
||||||
"rev-list",
|
"rev-list",
|
||||||
|
|||||||
Reference in New Issue
Block a user