Skip to content

Commit

Permalink
Use extractor with java 8 build for old devices compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ShareASmile committed Jan 26, 2025
1 parent a3370f3 commit 189817d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,9 @@ dependencies {
// name and the commit hash with the commit hash of the (pushed) commit you want to test
// This works thanks to JitPack: https://jitpack.io/
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
//implementation 'com.github.ShareASmile.NewPipeExtractor:NewPipeExtractor:v0.22.7.3'
implementation 'com.github.ShareASmile:NewPipeExtractor:0b889c000c99e1f1ba302e9c4310ed0eea585fd0'
implementation 'com.github.ShareASmile.NewPipeExtractor:NewPipeExtractor:v0.22.7.5'
//implementation 'com.github.ShareASmile:NewPipeExtractor:f9e9b3f63955edc39aa7fdda27ad47121c5bb603'
//implementation 'com.github.ShareASmile.NewPipeExtractor:NewPipeExtractor:update-ios-client-again-SNAPSHOT'

/** Third-party libraries **/
// Instance state boilerplate elimination
Expand Down

0 comments on commit 189817d

Please sign in to comment.