diff --git a/app/build.gradle b/app/build.gradle index 08b6b77fd..46e63a082 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.schabi.newpipe" minSdkVersion 15 targetSdkVersion 27 - versionCode 42 - versionName "0.11.1" + versionCode 43 + versionName "0.11.2" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true @@ -55,7 +55,7 @@ dependencies { exclude module: 'support-annotations' } - implementation 'com.github.TeamNewPipe:NewPipeExtractor:17ce9f537e8df' + implementation 'com.github.TeamNewPipe:NewPipeExtractor:2d191c4ca' testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-core:1.10.19'