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",