Skip to content

Commit

Permalink
Update "About" string and version code for v2.1.0-beta1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
codinguser committed Aug 5, 2016
1 parent c16b386 commit 1559e9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'io.fabric'
def versionMajor = 2
def versionMinor = 1
def versionPatch = 0
def versionBuild = 0
def versionBuild = 1

def buildTime() {
def df = new SimpleDateFormat("yyyyMMdd HH:mm 'UTC'")
Expand Down
10 changes: 5 additions & 5 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@
<string name="summary_xml_ofx_header">Enable this option when exporting to third-party application other than GnuCash for desktop</string>
<string name="title_whats_new">What\'s New</string>
<string name="whats_new">
- New Material app design \n
- Multi-currency transactions\n
- Calculator to transaction amounts\n
- Better reporting options\n
- New help &amp; feedback section\n
- Support for multiple different books \n
- Adds ownCloud as destination for exports\n
- Compact view for transactions list\n
- Re-design of passcode lock screen\n
- Improved handling of scheduled transactions\n
- Multiple bug fixes and improvements\n
</string>
<string name="label_dismiss">Dismiss</string>
Expand Down

0 comments on commit 1559e9a

Please sign in to comment.