Skip to content

Commit

Permalink
deps: newPipExtractor, androidx
Browse files Browse the repository at this point in the history
  • Loading branch information
supersu-man committed Jul 17, 2024
1 parent b59ad25 commit 316a5f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ android {

dependencies {

implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.legacy:legacy-support-v4:1.0.0")
implementation("com.google.android.material:material:1.11.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("com.github.bumptech.glide:glide:4.16.0")
implementation("com.github.supersu-man:apkupdater-library:v2.1.0")
implementation("com.github.teamnewpipe:NewPipeExtractor:v0.24.0")
implementation("com.github.teamnewpipe:NewPipeExtractor:v0.24.1")
implementation("com.squareup.okhttp3:okhttp:4.12.0")
implementation("androidx.media3:media3-exoplayer:1.3.1")
implementation("androidx.media3:media3-session:1.3.1")
implementation("androidx.activity:activity:1.8.0")
implementation("androidx.activity:activity:1.9.0")
}

0 comments on commit 316a5f4

Please sign in to comment.