Skip to content

Commit 5d1f4b2

Browse files
committed
fix custom theme text
1 parent a3b566a commit 5d1f4b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
applicationId = "com.example.luteforandroidv2"
2525
minSdk = 26
2626
targetSdk = 33
27-
versionCode = 1109 // Using the patch number from strings.xml as versionCode
28-
versionName = "0.5.36" // Matching the version in strings.xml
27+
versionCode = 1111 // Using the patch number from strings.xml as versionCode
28+
versionName = "0.5.38" // Matching the version in strings.xml
2929

3030
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3131
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<string name="menu_settings">Settings</string>
1414
<string name="menu_stats">Statistics</string>
1515
<string name="menu_about">About</string>
16-
<string name="app_version">App Version 0.5.36</string>
16+
<string name="app_version">App Version 0.5.38</string>
1717
<string-array name="playback_rates">
1818
<item>0.5x</item>
1919
<item>0.6x</item>

0 commit comments

Comments
 (0)