Skip to content

Commit d9c8a3c

Browse files
Robclaude
andcommitted
feat: bump to v0.2.3-alpha (versionCode 823), rebase on JugglucoNG v1.0.0-Alpha
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c60fd0a commit d9c8a3c

2 files changed

Lines changed: 3 additions & 3 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.9.9-Alpha'
93-
versionCode 822
92+
versionName '0.2.3-alpha'
93+
versionCode 823
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))'

Common/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ Pressing OK will generate a connection on this phone and display a QR code that
888888
<string name="reset_everything_button">RESET EVERYTHING</string>
889889

890890
<string name="alert_sound">Alert Sound</string>
891-
<string name="about_upstream">Fork of JugglucoNG v0.9.9-Alpha • GPL-3.0</string>
891+
<string name="about_upstream">Fork of JugglucoNG v1.0.0-Alpha • GPL-3.0</string>
892892
<string name="about_cloud">Made for glucodroid.cloud</string>
893893
<string name="refreshing">Refreshing...</string>
894894
<!-- Missing UI Strings -->

0 commit comments

Comments
 (0)