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:
Karim Abou Zeid 2015-08-29 13:13:43 +02:00
commit f538bf6a33
5 changed files with 12 additions and 2 deletions

View file

@ -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;
}

View file

@ -0,0 +1 @@
Changelog within the app.