Skip to content

Commit 4f00394

Browse files
committed
version bump
1 parent 3ac7b93 commit 4f00394

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,9 +50,9 @@ allprojects {
5050
Step 2: Add the dependencies
5151
```gradle
5252
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
5656
}
5757
```
5858

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 = 13
20-
def versionPatch = 3
19+
def versionMinor = 14
20+
def versionPatch = 0
2121
def versionBuild = 0 // bump for dogfood builds, public betas, etc.
2222

2323
ext {

0 commit comments

Comments
 (0)