Release version 0.187
This commit is contained in:
parent
3b2f5e1e8c
commit
952ec999b7
2 changed files with 4 additions and 3 deletions
|
|
@ -11,8 +11,8 @@ android {
|
||||||
applicationId "org.schabi.newpipe"
|
applicationId "org.schabi.newpipe"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 860
|
versionCode 870
|
||||||
versionName "0.18.6"
|
versionName "0.18.7"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
|
@ -63,7 +63,7 @@ dependencies {
|
||||||
exclude module: 'support-annotations'
|
exclude module: 'support-annotations'
|
||||||
})
|
})
|
||||||
|
|
||||||
implementation 'com.github.TeamNewPipe:NewPipeExtractor:6446abc6d'
|
implementation 'com.github.TeamNewPipe:NewPipeExtractor:dc20f2aa0'
|
||||||
testImplementation 'junit:junit:4.12'
|
testImplementation 'junit:junit:4.12'
|
||||||
testImplementation 'org.mockito:mockito-core:2.23.0'
|
testImplementation 'org.mockito:mockito-core:2.23.0'
|
||||||
|
|
||||||
|
|
|
||||||
1
fastlane/metadata/android/en-US/changelogs/870.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/870.txt
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
This is a hotfix release updating the SoundCloud `client_id`.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue