Skip to content
This repository has been archived by the owner on Jun 8, 2018. It is now read-only.

Commit

Permalink
Long tap on next prev buttons go to next/prev group.
Browse files Browse the repository at this point in the history
  • Loading branch information
souch committed Jun 23, 2017
1 parent be6beb8 commit 176e071
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -11,8 +11,8 @@ android {
applicationId "souch.smp"
minSdkVersion 8
targetSdkVersion 11
versionCode 13
versionName '1.1.2'
versionCode 14
versionName '1.2'
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<string name="app_name">SicMu Player</string>

<string name="settings_version">1.1.2</string>
<string name="settings_version">1.2</string>

<string name="action_settings">Settings</string>
<string name="advanced_settings_title">Advanced settings</string>
Expand Down

0 comments on commit 176e071

Please sign in to comment.