We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9320ee commit 3192638Copy full SHA for 3192638
CHANGELOG.md
@@ -1,6 +1,6 @@
1
Change Log
2
===============================================================================
3
-Version 2.1.5 *(2017-04-01)*
+Version 2.1.5 *(2017-04-04)*
4
----------------------------
5
* Fixed: Widget button for placeholder accounts tries to create transactions
6
* Fixed: App crashes when screen orientation changes while viewing reports (#633)
app/build.gradle
@@ -7,7 +7,7 @@ apply plugin: 'android-apt'
7
def versionMajor = 2
8
def versionMinor = 1
9
def versionPatch = 5
10
-def versionBuild = 3
+def versionBuild = 4
11
12
def buildTime() {
13
def df = new SimpleDateFormat("yyyyMMdd HH:mm 'UTC'")
0 commit comments