diff --git a/app/build.gradle b/app/build.gradle index 112e15696..a70206388 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,6 +55,8 @@ android { resValue "string", "app_name", "NewPipe " + System.getProperty('packageSuffix') archivesBaseName = 'NewPipe_' + System.getProperty('packageSuffix') } + applicationIdSuffix ".Revo" + resValue "string", "app_name", "NewPipe " + "Revo" archivesBaseName = 'app' minifyEnabled true shrinkResources true // could be disabled to fix F-Droid's reproducible build @@ -171,7 +173,7 @@ dependencies { // 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:c6ffd3764c53b34d38961ed7f9a09d274dd9c5a0' + implementation 'com.github.ShareASmile:NewPipeExtractor:0b889c000c99e1f1ba302e9c4310ed0eea585fd0' /** Third-party libraries **/ // Instance state boilerplate elimination