Skip to content

Commit

Permalink
Update to 2.2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhardol committed Aug 22, 2020
1 parent 1d658d8 commit 6e30da2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/assets/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</head>
<body>
<h1>What's new</h1>
<h2>v2.2.2.3</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.2.3'
versionCode = 263
versionName = '2.2.2.4'
versionCode = 264
latestBaseVersionCode = 15000000

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

0 comments on commit 6e30da2

Please sign in to comment.