Skip to content

Commit

Permalink
Update to 2.2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhardol committed Aug 22, 2020
1 parent 0adb18e commit 9560de9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/assets/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
</head>
<body>
<h1>What's new</h1>
<h2>v2.2.2.2</h2>
<h2>v2.2.2.3</h2>
<p>
<ul>
<li>#961 Resource ids must be unique</li>
<li>#960 Check for Battery Optimization when starting GPS</li>
<li>Avoid a few exceptions</li>
<li>Transifex ru, pl, de</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.2.2'
versionCode = 262
versionName = '2.2.2.3'
versionCode = 263
latestBaseVersionCode = 15000000

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

0 comments on commit 9560de9

Please sign in to comment.