File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed 
patches/src/main/kotlin/app/revanced/patches 
youtube/layout/branding/header Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import java.nio.file.Files
99 * 
1010 * This patch must be a dependency for all patches that add ReVanced branding to the target app. 
1111 */  
12- internal  val  addBrandLicensesPatch  =  rawResourcePatch {
12+ internal  val  addBrandLicensePatch  =  rawResourcePatch {
1313    execute {
1414        val  brandingLicenseFileName =  " LICENSE_REVANCED.TXT" 
1515
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ internal fun baseCustomBrandingPatch(
120120    dependsOn(
121121        addResourcesPatch,
122122        resourceMappingPatch,
123-         addBrandLicensesPatch ,
123+         addBrandLicensePatch ,
124124        bytecodePatch {
125125            execute {
126126                mainActivityOnCreateFingerprint.method.addInstruction(
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import app.revanced.patcher.patch.resourcePatch
66import  app.revanced.patches.all.misc.resources.addResource 
77import  app.revanced.patches.all.misc.resources.addResources 
88import  app.revanced.patches.all.misc.resources.addResourcesPatch 
9- import  app.revanced.patches.shared.layout.branding.addBrandLicensesPatch  
9+ import  app.revanced.patches.shared.layout.branding.addBrandLicensePatch  
1010import  app.revanced.patches.shared.misc.settings.preference.BasePreference 
1111import  app.revanced.patches.shared.misc.settings.preference.IntentPreference 
1212import  app.revanced.patches.shared.misc.settings.preference.PreferenceCategory 
@@ -65,7 +65,7 @@ fun settingsPatch (
6565    dependsOn(
6666        addResourcesPatch,
6767        settingsColorPatch,
68-         addBrandLicensesPatch 
68+         addBrandLicensePatch 
6969    )
7070
7171    execute {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import app.revanced.patcher.patch.stringOption
99import  app.revanced.patcher.util.Document 
1010import  app.revanced.patches.all.misc.resources.addResources 
1111import  app.revanced.patches.all.misc.resources.addResourcesPatch 
12- import  app.revanced.patches.shared.layout.branding.addBrandLicensesPatch  
12+ import  app.revanced.patches.shared.layout.branding.addBrandLicensePatch  
1313import  app.revanced.patches.shared.misc.mapping.get 
1414import  app.revanced.patches.shared.misc.mapping.resourceMappingPatch 
1515import  app.revanced.patches.shared.misc.mapping.resourceMappings 
@@ -31,7 +31,7 @@ private const val EXTENSION_CLASS_DESCRIPTOR =
3131private  val  changeHeaderBytecodePatch =  bytecodePatch {
3232    dependsOn(
3333        resourceMappingPatch,
34-         addBrandLicensesPatch 
34+         addBrandLicensePatch 
3535    )
3636
3737    execute {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments