Skip to content

Commit

Permalink
Prepare for 2.6.0 (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhardol committed Jul 30, 2023
1 parent e0ee1b8 commit 30fc119
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
9 changes: 9 additions & 0 deletions app/assets/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
</head>
<body>
<h1>What's new</h1>
<h2>v2.6.0</h2>
<p>
<ul>
<li>Prepare for Android 14</li>
<li>Library updates and internal cleanup</li>
<li>Update ANT+ library (finally with Android 13 fixes)</li>
<li>Translation updates</li>
<li>Set time from system clock correction</li>
</ul>
<h2>v2.5.2</h2>
<p>
<ul>
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ project.ext {
mockitoVersion = '3.11.2'

//The Git tag for the release must be identical for F-Droid
versionName = '2.5.2.0'
versionCode = 327
latestBaseVersionCode = 15000000
versionName = '2.6.0.0'
versionCode = 330
latestBaseVersionCode = minSdk * 1000000

// F-Droid builds only allow free software (wear dir deleted at builds)
allowNonFree = !project.hasProperty('org.runnerup.free') && rootProject.file("wear").exists()
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/21000330.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Prepare for Android 14<
Library updates and internal cleanup
Update ANT+ library (finally with Android 13 fixes)
Translation updates
Set time from system clock correction

0 comments on commit 30fc119

Please sign in to comment.