Skip to content

Commit

Permalink
Hotfix release 0.2.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
z-huang committed Apr 16, 2022
2 parents 5472795 + bf8e0e8 commit c9f1182
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 4 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.zionhuang.music"
minSdkVersion 26
targetSdkVersion 31
versionCode 5
versionName "0.2.0-beta"
versionCode 6
versionName "0.2.1-beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
applicationVariants.all { variant ->
Expand Down Expand Up @@ -88,8 +88,6 @@ dependencies {
implementation "com.google.android.material:material:1.6.0-alpha02"
// Gson
implementation "com.google.code.gson:gson:2.8.9"
// nanojson
implementation "com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
// ExoPlayer
implementation "com.google.android.exoplayer:exoplayer:2.16.1"
implementation "com.google.android.exoplayer:extension-mediasession:2.16.1"
Expand All @@ -105,7 +103,8 @@ dependencies {
implementation "androidx.room:room-paging:2.4.1"
testImplementation "androidx.room:room-testing:2.4.1"
// NewPipe Extractor
implementation "com.github.TeamNewPipe:NewPipeExtractor:v$newpipe_version"
implementation "com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751"
implementation "com.github.TeamNewPipe:NewPipeExtractor:b77c72fb8826c3ffca0be5f96b066cca0a07b1c9"
// Apache Utils
implementation "org.apache.commons:commons-lang3:3.12.0"
implementation "org.apache.commons:commons-text:1.9"
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<br><b>Fixed</b>

* Fix YouTube not playing any streams #27, TeamNewPipe/NewPipe#8202
* Fix YouTube age restricted videos being throttled TeamNewPipe/NewPipeExtractor#832

0 comments on commit c9f1182

Please sign in to comment.