Skip to content

Commit f693660

Browse files
committed
Prepare for 2.7.0
1 parent 1db1955 commit f693660

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

app/assets/changes.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
</head>
66
<body>
77
<h1>What's new</h1>
8+
<h2>v2.7.0</h2>
9+
<p>
10+
<ul>
11+
<li>Target Android 14</li>
12+
<li>Library updates and internal cleanup</li>
13+
<li>Translation updates for pt</li>
14+
<li>#1176 Remove old Wear support, to allow Play update</li>
15+
</ul>
816
<h2>v2.6.0</h2>
917
<p>
1018
<ul>

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ project.ext {
3131
mockitoVersion = '3.11.2'
3232

3333
//The Git tag for the release must be identical for F-Droid
34-
versionName = '2.6.0.2'
35-
versionCode = 331
34+
versionName = '2.7.0.0'
35+
versionCode = 335
3636
latestBaseVersionCode = minSdk * 1000000
3737

3838
// F-Droid builds only allow free software (wear dir deleted at builds)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Target Android 14
2+
Library updates and internal cleanup
3+
Translation updates for pt
4+
#1176 Remove old Wear support, to allow Play update

0 commit comments

Comments
 (0)