Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhardol committed Jul 26, 2020
1 parent f6fd9b1 commit 49b9202
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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>v2.0.0.1</h2>
<p>
<ul>
<li>#947 AndroidX and AppCompatActivity migration</li>
</ul>
<h2>v2.1.0.0</h2>
<p>
<ul>
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ project.ext {
mockitoVersion = '2.3.7'

//The Git tag for the release must be identical for F-Droid
versionName = '2.1.0.0'
versionCode = 240
versionName = '2.1.0.1'
versionCode = 241
latestBaseVersionCode = 14000000

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

0 comments on commit 49b9202

Please sign in to comment.