Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
moneytoo committed Mar 15, 2024
1 parent 2f41c98 commit 7b7e6b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
applicationId "com.brouken.player"
minSdkVersion 21
targetSdkVersion 34
versionCode 158
versionCode 159
versionName "0.${versionCode}"
archivesBaseName = "Just.Player.v${versionName}"
}
Expand Down Expand Up @@ -90,6 +90,7 @@ dependencies {
implementation("androidx.media3:media3-exoplayer-rtsp:$media3_version") {
exclude group: "androidx.media3", module: "media3-exoplayer"
}
implementation 'androidx.recyclerview:recyclerview:1.3.0'
implementation 'com.getkeepsafe.taptargetview:taptargetview:1.13.3'
implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
Expand Down

0 comments on commit 7b7e6b1

Please sign in to comment.