Skip to content

Commit 33a6bf7

Browse files
author
lijiahao
committed
v2.4.1
1 parent 4eed955 commit 33a6bf7

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ android {
8282
targetSdkVersion rootProject.ext.targetSdkVersion
8383
// applicationId "com.gamepass"
8484
// versionCode 1999999999
85-
versionName "2.4.0"
85+
versionName "2.4.1"
8686
}
8787
signingConfigs {
8888
debug {

src/pages/Settings.jsx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -425,11 +425,15 @@ function SettingsScreen({navigation}) {
425425
/>
426426
)}
427427

428-
{/* <SettingItem
429-
title={'DEBUG'}
430-
description={'Enter debug'}
431-
onPress={() => handleItemPress('debug')}
432-
/> */}
428+
{
429+
__DEV__ && (
430+
<SettingItem
431+
title={'DEBUG'}
432+
description={'Enter debug'}
433+
onPress={() => handleItemPress('debug')}
434+
/>
435+
)
436+
}
433437

434438
<SettingItem
435439
title={t('HistoryTitle')}

0 commit comments

Comments
 (0)