Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pembem22 committed Feb 12, 2024
1 parent d0a0f13 commit 4eb2802
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ android {
compileSdk 34
minSdkVersion 21
targetSdkVersion 34
versionCode versionMajor * 10000 + versionMinor * 100 + versionPatch
versionName "${versionMajor}.${versionMinor}-"
versionCode versionMajor * 10000 + versionMinor * 100 + versionPatch * 10
versionName "${versionMajor}.${versionMinor}.${versionPatch}-"
}

buildTypes {
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
<string name="settings_source_code_title">Source code</string>
<string name="settings_source_code_summary">Tap to open in browser.</string>
<string name="settings_app_version_title">App version</string>
<string name="settings_app_version_summary" translatable="false">1.2</string>
<string name="speaker_left_channel">Left</string>
<string name="speaker_right_channel">Right</string>
<string name="speaker_both_channel">Stereo</string>
Expand All @@ -86,4 +85,6 @@
<string name="dfu_connect_charger_title_connected">Do not disconnect the speaker from the charger</string>
<string name="dfu_state_done">Done! Do not press any buttons on the speaker nor unplug it, otherwise you\'ll get a brick! The speaker will automatically reboot in a few minutes. You may close this app.</string>
<string name="ble_not_supported">Bluetooth LE is not supported on this device or Bluetooth is disabled</string>

<string name="settings_app_version_summary" translatable="false">1.2.1</string>
</resources>

0 comments on commit 4eb2802

Please sign in to comment.