Fix version name

This commit is contained in:
Oizaro 2020-08-30 23:36:05 +02:00
parent 50e803b018
commit 0becc2f918
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ allprojects {
apply plugin: 'idea'
group = 'org.microg.gms'
version = "0.2.11.202414-vanced"
version = "0.2.11.202414"
ext.appVersionCode = 202414022
ext.isReleaseVersion = false
}