1
0
mirror of https://github.com/etesync/android synced 2025-07-20 13:38:05 +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 minSdkVersion 19
targetSdkVersion 26 targetSdkVersion 26
versionCode 49 versionCode 50
versionName "0.25.0" versionName "1.0.0"
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L" buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
buildConfigField "boolean", "customCerts", "true" buildConfigField "boolean", "customCerts", "true"