Loading android/app/proguard.flags +3 −0 Original line number Diff line number Diff line Loading @@ -5,3 +5,6 @@ -keep class android.support.v4.media.MediaMetadataCompat { *; } -keep class android.support.v4.media.MediaBrowserCompat$MediaItem { *; } -keep class android.support.v4.media.MediaDescriptionCompat { *; } # Required for tests that use Mockito's thenThrow with checked exceptions. -keepattributes Exceptions No newline at end of file Loading
android/app/proguard.flags +3 −0 Original line number Diff line number Diff line Loading @@ -5,3 +5,6 @@ -keep class android.support.v4.media.MediaMetadataCompat { *; } -keep class android.support.v4.media.MediaBrowserCompat$MediaItem { *; } -keep class android.support.v4.media.MediaDescriptionCompat { *; } # Required for tests that use Mockito's thenThrow with checked exceptions. -keepattributes Exceptions No newline at end of file