fix decrypt url and move on to v0.14.1

This commit is contained in:
Christian Schabesberger 2018-09-07 21:51:14 +02:00
parent e3e61f08e8
commit 4ac052b234
2 changed files with 34 additions and 3 deletions

View file

@ -8,8 +8,8 @@ android {
applicationId "org.schabi.newpipe"
minSdkVersion 15
targetSdkVersion 27
versionCode 67
versionName "0.14.0"
versionCode 68
versionName "0.14.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
@ -55,7 +55,7 @@ dependencies {
exclude module: 'support-annotations'
}
implementation 'com.github.TeamNewPipe:NewPipeExtractor:850670917fce'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:4469d1130799'
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-core:2.8.9'