hotfix decrypt function and move on to version v0.16.1

This commit is contained in:
Christian Schabesberger 2019-03-14 09:20:37 +01:00
parent f24fab0fa2
commit d8746dc592
1 changed files with 3 additions and 3 deletions

View File

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