Skip to content

Commit 301dd2f

Browse files
author
Rob
committed
chore(release): bump version to 0.2.4.6.1-alpha
Maintenance release: - /api/v1/ingest endpoint removed on 2026-06-11; glucodroid.cloud preset now POSTs to /api/v1/entries (#54) - Credential field relabeled 'Ingest token' -> 'API secret' to match the backend's single api_secret (#54)
1 parent 6a470a3 commit 301dd2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Common/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ android {
8989
//compileSdk 36
9090
applicationId "cloud.glucodroid"
9191

92-
versionName '0.2.4.6'
93-
versionCode 8246
92+
versionName '0.2.4.6.1-alpha'
93+
versionCode 82461
9494
// multiDexEnabled true
9595

9696
buildConfigField 'String', 'BUILD_TIME', 'new java.text.SimpleDateFormat("HH:mm:ss dd-MMM-yyyy").format(new java.util.Date(' + System.currentTimeMillis() + 'L))'

0 commit comments

Comments
 (0)