diff --git a/app/build.gradle b/app/build.gradle index 28a4861f4..3b1b8b4f9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.schabi.newpipe" minSdkVersion 19 targetSdkVersion 28 - versionCode 720 - versionName "0.16.0" + versionCode 730 + versionName "0.16.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true @@ -57,7 +57,7 @@ dependencies { exclude module: 'support-annotations' }) - implementation 'com.github.TeamNewPipe:NewPipeExtractor:8de53111d9' + implementation 'com.github.TeamNewPipe:NewPipeExtractor:e072bf6461b295' testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-core:2.23.0'