Bump version to 1.6.0-beta4

This commit is contained in:
Julian Raufelder 2021-09-14 17:41:22 +02:00
parent 31308c6992
commit 36a985e064
No known key found for this signature in database
GPG Key ID: 17EE71F6634E381D

View File

@ -39,7 +39,7 @@ allprojects {
ext {
androidApplicationId = 'org.cryptomator'
androidVersionCode = getVersionCode()
androidVersionName = '1.6.0-SNAPSHOT'
androidVersionName = '1.6.0-beta4'
}
repositories {
mavenCentral()