Skip to content

Commit

Permalink
crash fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-gaurav committed Nov 17, 2019
1 parent c77d16d commit cf31e6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ android {
applicationId "deep.ryd.rydplayer"
minSdkVersion 21
targetSdkVersion 28
versionCode 62
versionName "2.1.5"
versionCode 63
versionName "2.1.6"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
signingConfigs {
Expand Down
21 changes: 0 additions & 21 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,6 @@
android:usesCleartextTraffic="true"
android:label="@string/app_name">

<service android:name="com.ryanheise.audioservice.AudioService">
<intent-filter>
<action android:name="android.media.browse.MediaBrowserService" />
</intent-filter>
</service>

<receiver android:name="androidx.media.session.MediaButtonReceiver" >
<intent-filter>
<action android:name="android.intent.action.MEDIA_BUTTON" />
</intent-filter>
</receiver>
<service
android:name="com.example.mediaplayer.AudioService"
android:enabled="true"
android:exported="false">
</service>
<service android:name="danielr2001.audioplayer.audioplayers.ForegroundAudioPlayer"
android:stopWithTask="true"
>
</service>


<activity
android:name=".MainActivity"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: A Materialistic Music Player.
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.1.5
version: 2.1.6

environment:
sdk: ">=2.1.0 <3.0.0"
Expand Down

0 comments on commit cf31e6b

Please sign in to comment.