We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c2222 commit 96d63faCopy full SHA for 96d63fa
app/assets/changes.html
@@ -12,7 +12,7 @@ <h2>v2.4.3</h2>
12
<li>#1061 Catch back button for start activities</li>
13
<li>#1070 Target Android 11 (SDK 30)</li>
14
<li>#1068 Support BLE HR devices without firmware reporting</li>
15
- <li>#1072 Transifex de, pt-BR</li>
+ <li>#1072 Transifex de, pt-BR, nl</li>
16
</ul>
17
<h2>v2.4.2</h2>
18
<p>
build.gradle
@@ -30,8 +30,8 @@ project.ext {
30
mockitoVersion = '3.11.2'
31
32
//The Git tag for the release must be identical for F-Droid
33
- versionName = '2.4.3.0'
34
- versionCode = 309
+ versionName = '2.4.3.1'
+ versionCode = 310
35
latestBaseVersionCode = 15000000
36
37
travisBuild = System.getenv("TRAVIS") == "true"
0 commit comments