Skip to content

Commit

Permalink
Bump version and fix url host
Browse files Browse the repository at this point in the history
  • Loading branch information
LionZXY committed Nov 27, 2024
1 parent 895a2f6 commit 7af93e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/version.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MAJOR_VERSION=1.8.0
MAJOR_VERSION=1.8.1
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

# 1.8.1 - In Progress

- [Feature] Add count subfolders for new file manager
- [FIX] Migrate url host from metric.flipperdevices.com to metric.flipp.dev
- [FIX] Fix empty response in faphub category
- [FIX] New file manager uploading progress
- [FIX] Fix build when no metrics enabled
- [Feature] Add count subfolders for new file manager

# 1.8.0
Attention: don't forget to add the flag for F-Droid before release
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import java.util.UUID
import javax.inject.Inject
import javax.inject.Singleton

const val METRIC_API_URL = "https://metric.flipperdevices.com/report"
const val METRIC_API_URL = "https://metric.flipp.dev/report"

@Singleton
@ContributesBinding(AppGraph::class, ClickhouseApi::class)
Expand Down

0 comments on commit 7af93e0

Please sign in to comment.