Skip to content

Commit

Permalink
Update to 2.2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhardol committed Aug 30, 2020
1 parent c38ec43 commit 352e76e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions app/assets/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
</head>
<body>
<h1>What's new</h1>
<h2>v2.2.3.0</h2>
<h2>v2.2.3.2/h2>
<p>
<ul>
<li>#963 Exception for download activities</li>
<li>#964 Exception for download activities</li>
<li>Ukranian translation, nl update</li>
<li>#965 Do not present 0 HR in graph</li>
<li>Do not restore spinner state to avoid exceptions</li>
</ul>
h2>v2.2.2.4</h2>
<h2>v2.2.2.4</h2>
<p>
<ul>
<li>#961 Resource ids must be unique</li>
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ project.ext {
mockitoVersion = '2.3.7'

//The Git tag for the release must be identical for F-Droid
versionName = '2.2.3.0'
versionCode = 270
versionName = '2.2.3.2'
versionCode = 272
latestBaseVersionCode = 15000000

travisBuild = System.getenv("TRAVIS") == "true"
Expand Down

0 comments on commit 352e76e

Please sign in to comment.