1
0
mirror of https://github.com/etesync/android synced 2025-01-11 08:10:58 +00:00

Bump version to 1.0.0!!

There's a lot more to be done, but we've definitely earned this. :)
This commit is contained in:
Tom Hacohen 2019-01-12 10:09:36 +00:00
parent c6c5ff1c80
commit c74f9bc23d

View File

@ -21,8 +21,8 @@ android {
minSdkVersion 19
targetSdkVersion 26
versionCode 49
versionName "0.25.0"
versionCode 50
versionName "1.0.0"
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
buildConfigField "boolean", "customCerts", "true"