feat(Cricbuzz - Hide ads): Hide Cricbuzz11 UI elements (#5381)

This commit is contained in:
hoodles 2025-07-09 10:47:10 -07:00 committed by GitHub
parent f37482443a
commit a3d47e72e3
11 changed files with 121 additions and 9 deletions

View file

@ -0,0 +1 @@
<manifest/>

View file

@ -0,0 +1,5 @@
package com.cricbuzz.android.data.rest.model;
public final class BottomBar {
public final String getName() { throw new UnsupportedOperationException(); }
}