diff --git a/app/build.gradle b/app/build.gradle index 5d718ea0e..17eac337d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.schabi.newpipe" minSdkVersion 15 targetSdkVersion 26 - versionCode 39 - versionName "0.10.1" + versionCode 40 + versionName "0.10.2" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true @@ -48,7 +48,8 @@ dependencies { exclude module: 'support-annotations' } - compile 'com.github.TeamNewPipe:NewPipeExtractor:1df3f67' + compile 'com.github.TeamNewPipe:NewPipeExtractor:b9d0941' + testCompile 'junit:junit:4.12' testCompile 'org.mockito:mockito-core:1.10.19'