Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrailo committed Apr 30, 2019
1 parent e817df2 commit f47dc00
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 @@ -6,8 +6,8 @@ android {
applicationId "com.nicobrailo.pianoli"
minSdkVersion 21
targetSdkVersion 28
versionCode 6
versionName "1.6"
versionCode 7
versionName "1.7"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/nicobrailo/pianoli/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ protected void onCreate(Bundle savedInstanceState) {
@Override
public void onItemClick(AdapterView<?> parent, final View view, int position, long id) {
final String selected_soundset = available_sound_sets.get(position);
Log.e("PianOli::Activity", "Selected " + selected_soundset);
Log.i("PianOli::Activity", "Selected " + selected_soundset);
piano_canvas.selectSoundset(getApplicationContext(), selected_soundset);

final String msg = "Sound set selected: " + selected_soundset;
Expand Down

0 comments on commit f47dc00

Please sign in to comment.