Skip to content

Commit 587061d

Browse files
committed
version bump
1 parent 6afba44 commit 587061d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ allprojects {
5050
Step 2: Add the dependency
5151
```gradle
5252
dependencies {
53-
implementation 'com.github.yausername.youtubedl-android:library:0.12.+'
53+
implementation 'com.github.yausername.youtubedl-android:library:0.13.+'
5454
}
5555
```
5656
Optional FFmpeg dependency can also be added
5757
```gradle
5858
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.+'
6161
}
6262
```
6363

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ buildscript {
1616
}
1717

1818
def versionMajor = 0
19-
def versionMinor = 12
20-
def versionPatch = 4
19+
def versionMinor = 13
20+
def versionPatch = 0
2121
def versionBuild = 0 // bump for dogfood builds, public betas, etc.
2222

2323
ext {

0 commit comments

Comments
 (0)