Skip to content

Commit 7af93e0

Browse files
committed
Bump version and fix url host
1 parent 895a2f6 commit 7af93e0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/version.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
MAJOR_VERSION=1.8.0
1+
MAJOR_VERSION=1.8.1

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
# 1.8.1 - In Progress
44

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

1011
# 1.8.0
1112
Attention: don't forget to add the flag for F-Droid before release

components/analytics/metric/impl/src/main/java/com/flipperdevices/metric/impl/clickhouse/ClickhouseApiImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import java.util.UUID
5050
import javax.inject.Inject
5151
import javax.inject.Singleton
5252

53-
const val METRIC_API_URL = "https://metric.flipperdevices.com/report"
53+
const val METRIC_API_URL = "https://metric.flipp.dev/report"
5454

5555
@Singleton
5656
@ContributesBinding(AppGraph::class, ClickhouseApi::class)

0 commit comments

Comments
 (0)