Skip to content

Commit

Permalink
5.6 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaji Khan committed Feb 12, 2025
1 parent eec3e2c commit 1c216de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "com.shajikhan.ladspa.amprack"
minSdk 24
targetSdk 34
versionCode 114
versionName '5.5'
versionCode 115
versionName '5.6'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
Expand Down
7 changes: 4 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<resources>
<string name="app_name">Amp Rack</string>
<string name="app_version">Version 5 Raptor</string>
<string name="build_id">691</string>
<string name="variant">Turbocharged version</string>
<string name="quote">Powered by Rock and Roll</string>
<string name="build_id">712</string>
<string name="variant">This version is extra cool</string>
<string name="quote">Powered by the Rock and Roll in your soul</string>
<string name="copyright">All trademarks are copyrights of their respective owners and do not represent affiliation or endorsement.</string>
<string name="onboard_description">
[new] Video Recorder\n\n
Welcome to Version 5: \n\n
✓ High Quality Audio / Video Recording Capability\n\n
✓ Low Latency\n\n
✓ AI/ML Powered Neural Amp Modeling\n\n
✓ IR Impulse Response Loaders
✓ More than 300 High Quality Effect Plugins\n\n
✓ Floating point precision at native device sample rate\n\n
✓ Tube Amp Emulation, Cabinet Emulation, Distortions, Chorus, Phasers, Delay, Reverb and more\n\n
Expand Down

0 comments on commit 1c216de

Please sign in to comment.