Version bump to 0.9.1.3

pull/2/head
Ricki Hirner 9 years ago
parent be6aa1b6a2
commit d6cff63f2d

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2013 2015 Ricki Hirner (bitfire web engineering). * Copyright (c) 2013 2016 Ricki Hirner (bitfire web engineering).
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Public License v3.0 * are made available under the terms of the GNU Public License v3.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -17,8 +17,8 @@ android {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 22 targetSdkVersion 22
versionCode 86 versionCode 87
versionName "0.9.1.2" versionName "0.9.1.3"
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L" buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
} }

Loading…
Cancel
Save