Skip to content

Commit bb69d27

Browse files
author
Rob
committed
chore(release): bump version to 0.2.4.4-alpha
Maintenance release: - iCan setup wizard crash on Compose 1.11 + R8 repackage (PR #48) - Outbound HTTP transport migration to OkHttp (PR #48)
1 parent 954479f commit bb69d27

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.3-alpha'
93-
versionCode 8243
92+
versionName '0.2.4.4-alpha'
93+
versionCode 8244
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)