Skip to content

Commit

Permalink
update version and changes.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasoreland committed Aug 3, 2016
1 parent 5f3bb4c commit dd784de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions app/assets/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
</head>
<body>
<h1>What's new</h1>
<h2>v1.54</h2>
<ul>
<li>Bug fixes, cleanups and translations</li>
<li>File synchronizer (gerhardol)</li>
</ul>
<h2>v1.53</h2>
<ul>
<li>Bug fixes and translations</li>
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ project.ext {
buildToolsVersion = '24.0.1'
compileSdkVersion = 24
targetSdkVersion = 24
versionName = "1.53"
versionCode = 14000053
froyoVersionCode = 8000053
versionName = "1.54"
versionCode = 14000054
froyoVersionCode = 8000054

travisBuild = System.getenv("TRAVIS") == "true"
// allows for -Dpre-dex=false to be set
preDexEnabled = "true".equals(System.getProperty("pre-dex", "true"))
}
}

0 comments on commit dd784de

Please sign in to comment.