Skip to content

Commit

Permalink
download fixes
Browse files Browse the repository at this point in the history
(cherry picked from commit ecb42ee)
  • Loading branch information
crackededed committed Jun 9, 2024
1 parent 6d27ec9 commit 6fa06c0
Show file tree
Hide file tree
Showing 50 changed files with 2,016 additions and 1,505 deletions.
6 changes: 2 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
applicationId = "com.github.andreyasadchy.xtra"
minSdk = 21
targetSdk = 34
versionCode = 240
versionName = "2.32.1"
versionCode = 241
versionName = "2.32.2"
}

buildTypes {
Expand Down Expand Up @@ -91,8 +91,6 @@ dependencies {
implementation(libs.gson)
implementation(libs.apollo.runtime)

implementation(libs.fetch)
implementation(libs.fetch.okhttp)
implementation(libs.okio)
implementation(libs.open.m3u8)

Expand Down
6 changes: 1 addition & 5 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,4 @@
public static *** v(...);
}

-keep class com.woxthebox.draglistview.** { *; }

# fetch okhttp
-dontwarn okhttp3.internal.Util
-dontwarn okhttp3.internal.annotations.EverythingIsNonNull
-keep class com.woxthebox.draglistview.** { *; }
Loading

0 comments on commit 6fa06c0

Please sign in to comment.