Skip to content

Commit

Permalink
Prepare for 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhardol committed Jun 8, 2024
1 parent 1db1955 commit f693660
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
8 changes: 8 additions & 0 deletions app/assets/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
</head>
<body>
<h1>What's new</h1>
<h2>v2.7.0</h2>
<p>
<ul>
<li>Target Android 14</li>
<li>Library updates and internal cleanup</li>
<li>Translation updates for pt</li>
<li>#1176 Remove old Wear support, to allow Play update</li>
</ul>
<h2>v2.6.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 @@ -31,8 +31,8 @@ project.ext {
mockitoVersion = '3.11.2'

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

// F-Droid builds only allow free software (wear dir deleted at builds)
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/21000335.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Target Android 14
Library updates and internal cleanup
Translation updates for pt
#1176 Remove old Wear support, to allow Play update

0 comments on commit f693660

Please sign in to comment.