Skip to content

Commit

Permalink
bump youtubedl-android
Browse files Browse the repository at this point in the history
  • Loading branch information
yausername committed Jun 13, 2020
1 parent bbca30f commit dff3693
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
}

ndk {
abiFilters 'x86', 'armeabi-v7a'
abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
}
}

Expand All @@ -47,7 +47,7 @@ android {
abi {
enable true
reset()
include 'x86', 'armeabi-v7a'
include 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
universalApk true
}
}
Expand Down Expand Up @@ -89,8 +89,8 @@ dependencies {

implementation "androidx.work:work-runtime-ktx:$work_version"

implementation "com.github.yausername.youtubedl-android:library:0.9.0"
implementation "com.github.yausername.youtubedl-android:ffmpeg:0.9.0"
implementation "com.github.yausername.youtubedl-android:library:0.10.0"
implementation "com.github.yausername.youtubedl-android:ffmpeg:0.10.0"

implementation "com.squareup.picasso:picasso:$picassoVersion"

Expand Down

0 comments on commit dff3693

Please sign in to comment.