зеркало из https://github.com/nextcloud/android.git
Merge pull request #12891 from nextcloud/correctVersion329
Correct version
This commit is contained in:
Коммит
a49490eaaf
|
@ -78,8 +78,8 @@ configurations.configureEach {
|
|||
// semantic versioning for version code
|
||||
def versionMajor = 3
|
||||
def versionMinor = 29
|
||||
def versionPatch = 51
|
||||
def versionBuild = 0 // 0-50=Alpha / 51-98=RC / 90-99=stable
|
||||
def versionPatch = 0
|
||||
def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable
|
||||
|
||||
|
||||
def ndkEnv = new HashMap<String, String>()
|
||||
|
|
Загрузка…
Ссылка в новой задаче