First Upload

Just the APK
Force update disabled, will only work offline.
This commit is contained in:
supermegamestre
2026-01-26 00:26:29 -03:00
commit 4bbd74a497
44413 changed files with 11043538 additions and 0 deletions

View File

@@ -0,0 +1,62 @@
.class public abstract Lcom/google/android/exoplayer2/util/Assertions;
.super Ljava/lang/Object;
.source "SourceFile"
# direct methods
.method public static checkArgument(Z)V
.locals 0
if-eqz p0, :cond_0
return-void
.line 39
:cond_0
new-instance p0, Ljava/lang/IllegalArgumentException;
invoke-direct {p0}, Ljava/lang/IllegalArgumentException;-><init>()V
throw p0
.end method
.method public static checkNotNull(Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
.line 154
invoke-virtual {p0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
return-object p0
.end method
.method public static checkState(Z)V
.locals 0
if-eqz p0, :cond_0
return-void
.line 84
:cond_0
new-instance p0, Ljava/lang/IllegalStateException;
invoke-direct {p0}, Ljava/lang/IllegalStateException;-><init>()V
throw p0
.end method
.method public static checkStateNotNull(Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
if-eqz p0, :cond_0
return-object p0
.line 116
:cond_0
new-instance p0, Ljava/lang/IllegalStateException;
invoke-direct {p0}, Ljava/lang/IllegalStateException;-><init>()V
throw p0
.end method