Skip to content

Commit

Permalink
download fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
crackededed committed Jun 9, 2024
1 parent ea00431 commit ecb42ee
Show file tree
Hide file tree
Showing 50 changed files with 2,015 additions and 1,504 deletions.
4 changes: 1 addition & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
minSdk = 21
targetSdk = 34
versionCode = 121
versionName = "2.32.1"
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 ecb42ee

Please sign in to comment.