File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ allprojects {
50
50
Step 2: Add the dependencies
51
51
``` gradle
52
52
dependencies {
53
- implementation 'com.github.yausername.youtubedl-android:library:0.13 .+'
54
- implementation 'com.github.yausername.youtubedl-android:ffmpeg:0.13 .+' // Optional
55
- implementation 'com.github.yausername.youtubedl-android:aria2c:0.13 .+' // Optional
53
+ implementation 'com.github.yausername.youtubedl-android:library:0.14 .+'
54
+ implementation 'com.github.yausername.youtubedl-android:ffmpeg:0.14 .+' // Optional
55
+ implementation 'com.github.yausername.youtubedl-android:aria2c:0.14 .+' // Optional
56
56
}
57
57
```
58
58
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ buildscript {
16
16
}
17
17
18
18
def versionMajor = 0
19
- def versionMinor = 13
20
- def versionPatch = 3
19
+ def versionMinor = 14
20
+ def versionPatch = 0
21
21
def versionBuild = 0 // bump for dogfood builds, public betas, etc.
22
22
23
23
ext {
You can’t perform that action at this time.
0 commit comments