Skip to content

Commit 5a0864c

Browse files
committed
Release U24.03.22-21259
1 parent ba335e2 commit 5a0864c

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

Source/Android/app/build.gradle

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,8 @@ dependencies {
142142
}
143143

144144
def getVersion() {
145-
def versionNumber = '0.0'
146-
147-
try {
148-
versionNumber = 'git rev-parse --short HEAD'.execute([], project.rootDir).text.trim()
149-
} catch (Exception e) {
150-
logger.error('Cannot find git, defaulting to dummy version number')
151-
}
152-
153-
return versionNumber + "-DEV"
145+
146+
return 'U24.03.22-21259'
154147
}
155148

156149
def getBuildVersionCode() {

Source/Android/app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Without the correct bios file, the app may crash due to a bug that I can not fix
187187
<string name="analytics_new_id">Generate a New Statistics Identity</string>
188188
<string name="analytics_new_id_confirmation">Are you sure you want to generate a new statistics identity?</string>
189189
<string name="gametdb_thanks">Special thanks to Dolphin Team, Weihuoya, bankaimaster999, sspacelynx and Lumince.</string>
190-
<string name="dev_thanks">Dolphin MMJR2 VBI maintained by Medard22.\nThis build is roughly equal to Dolphin 5.0–19597</string>
190+
<string name="dev_thanks">Dolphin MMJR2 VBI maintained by Medard22.\nThis build is roughly equal to Dolphin 5.0–21259</string>
191191

192192
<!-- SerialPort1 Subsetting Fragment -->
193193
<string name="serialport1_submenu">Serial Port 1</string>

0 commit comments

Comments
 (0)