Skip to content

Commit

Permalink
Prepare for 2.2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhardol committed Aug 1, 2020
1 parent be76188 commit 504d3dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/assets/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
</head>
<body>
<h1>What's new</h1>
<h2>v2.2.0.0</h2>
<h2>v2.2.0.3</h2>
<p>
<ul>
<li>Version changed to 2.2 for Play release, previous production is 2.1.0.0</li>
<li>#949 Play console crash corrections</li>
<li>#949 #951 Play console crash corrections</li>
<li>#948 Target Android 10, update permission handling
<br>Changes required to target Android 10 and prepare for Android 11/R, required to update
the app in Play.
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.2.0.0'
versionCode = 250
versionName = '2.2.0.3'
versionCode = 253
latestBaseVersionCode = 15000000

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

0 comments on commit 504d3dc

Please sign in to comment.