Build and push APKs directly to Google Play via gradle task. This won't be available for people without the matching .p12 key.
This commit is contained in:
parent
f458d146af
commit
f538bf6a33
5 changed files with 12 additions and 2 deletions
|
|
@ -360,7 +360,7 @@ public class AlbumDetailActivity extends AbsSlidingMusicPanelActivity implements
|
|||
startActivityForResult(intent, TAG_EDITOR_REQUEST);
|
||||
return true;
|
||||
case R.id.action_go_to_artist:
|
||||
Pair[] artistPairs = addPlayPauseFabToSharedViews(null);
|
||||
Pair[] artistPairs = addPlayPauseFabToSharedViews();
|
||||
NavigationUtil.goToArtist(this, album.artistId, artistPairs);
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
1
app/src/main/play/en-US/whatsnew
Normal file
1
app/src/main/play/en-US/whatsnew
Normal file
|
|
@ -0,0 +1 @@
|
|||
Changelog within the app.
|
||||
Loading…
Add table
Add a link
Reference in a new issue