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,14 +50,14 @@ allprojects {
50
50
Step 2: Add the dependency
51
51
``` gradle
52
52
dependencies {
53
- implementation 'com.github.yausername.youtubedl-android:library:0.12 .+'
53
+ implementation 'com.github.yausername.youtubedl-android:library:0.13 .+'
54
54
}
55
55
```
56
56
Optional FFmpeg dependency can also be added
57
57
``` gradle
58
58
dependencies {
59
- implementation 'com.github.yausername.youtubedl-android:library:0.12 .+'
60
- implementation 'com.github.yausername.youtubedl-android:ffmpeg:0.12 .+'
59
+ implementation 'com.github.yausername.youtubedl-android:library:0.13 .+'
60
+ implementation 'com.github.yausername.youtubedl-android:ffmpeg:0.13 .+'
61
61
}
62
62
```
63
63
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 = 12
20
- def versionPatch = 4
19
+ def versionMinor = 13
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