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,8 @@
.class public interface abstract Lcom/google/firebase/installations/time/Clock;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract currentTimeMillis()J
.end method

View File

@@ -0,0 +1,54 @@
.class public Lcom/google/firebase/installations/time/SystemClock;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/firebase/installations/time/Clock;
# static fields
.field public static singleton:Lcom/google/firebase/installations/time/SystemClock;
# direct methods
.method public constructor <init>()V
.locals 0
.line 30
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static getInstance()Lcom/google/firebase/installations/time/SystemClock;
.locals 1
sget-object v0, Lcom/google/firebase/installations/time/SystemClock;->singleton:Lcom/google/firebase/installations/time/SystemClock;
if-nez v0, :cond_0
.line 35
new-instance v0, Lcom/google/firebase/installations/time/SystemClock;
invoke-direct {v0}, Lcom/google/firebase/installations/time/SystemClock;-><init>()V
sput-object v0, Lcom/google/firebase/installations/time/SystemClock;->singleton:Lcom/google/firebase/installations/time/SystemClock;
:cond_0
sget-object v0, Lcom/google/firebase/installations/time/SystemClock;->singleton:Lcom/google/firebase/installations/time/SystemClock;
return-object v0
.end method
# virtual methods
.method public currentTimeMillis()J
.locals 2
.line 44
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
move-result-wide v0
return-wide v0
.end method