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/android/datatransport/runtime/retries/Function;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract apply(Ljava/lang/Object;)Ljava/lang/Object;
.end method

View File

@@ -0,0 +1,40 @@
.class public abstract Lcom/google/android/datatransport/runtime/retries/Retries;
.super Ljava/lang/Object;
.source "SourceFile"
# direct methods
.method public static retry(ILjava/lang/Object;Lcom/google/android/datatransport/runtime/retries/Function;Lcom/google/android/datatransport/runtime/retries/RetryStrategy;)Ljava/lang/Object;
.locals 2
const/4 v0, 0x1
if-ge p0, v0, :cond_0
.line 50
invoke-interface {p2, p1}, Lcom/google/android/datatransport/runtime/retries/Function;->apply(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p0
return-object p0
.line 54
:cond_0
invoke-interface {p2, p1}, Lcom/google/android/datatransport/runtime/retries/Function;->apply(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object v1
.line 55
invoke-interface {p3, p1, v1}, Lcom/google/android/datatransport/runtime/retries/RetryStrategy;->shouldRetry(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p1
if-eqz p1, :cond_1
add-int/lit8 p0, p0, -0x1
if-ge p0, v0, :cond_0
:cond_1
return-object v1
.end method

View File

@@ -0,0 +1,8 @@
.class public interface abstract Lcom/google/android/datatransport/runtime/retries/RetryStrategy;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract shouldRetry(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
.end method