Skip to content

Commit

Permalink
Prepare 2.8.0.0 (#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhardol authored Sep 8, 2024
1 parent 742b166 commit 9510c68
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions app/assets/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
</head>
<body>
<h1>What's new</h1>
<h2>v2.8.0</h2>
<p>
<ul>
<li>#1193 Endurain upload support</li>
<li>#1192 Audio coundown feedback</li>
<li>#1190 Buttons in notifications in Android 14</li>
</ul>
<h2>v2.7.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.7.0.1'
versionCode = 337
versionName = '2.8.0.0'
versionCode = 340
latestBaseVersionCode = minSdk * 1000000

// F-Droid builds only allow free software (wear dir deleted at builds)
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/21000340.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#1193 Endurain upload support
#1192 Audio coundown feedback
#1190 Buttons in notifications in Android 14

0 comments on commit 9510c68

Please sign in to comment.