fix getUploaderName() and move on to v0.10.2

This commit is contained in:
Christian Schabesberger 2017-10-31 14:18:38 +01:00
parent 2756db6601
commit 3d1cc348c8
1 changed files with 4 additions and 3 deletions

View File

@ -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'