We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b4e55 commit 69cbac1Copy full SHA for 69cbac1
app/assets/changes.html
@@ -5,6 +5,12 @@
5
</head>
6
<body>
7
<h1>What's new</h1>
8
+<h2>v2.4.1</h2>
9
+<p>
10
+<ul>
11
+ <li>#1041 HR settings graph was not updating correctly</li>
12
+ <li>#1038/#1040 Cadence for Huawei</li>
13
+</ul>
14
<h2>v2.4.0</h2>
15
<p>
16
<ul>
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.0.0'
34
- versionCode = 306
+ versionName = '2.4.1.0'
+ versionCode = 307
35
latestBaseVersionCode = 15000000
36
37
travisBuild = System.getenv("TRAVIS") == "true"
0 commit comments