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,39 @@
.class public interface abstract Landroidx/work/impl/model/PreferenceDao;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation build Landroidx/room/Dao;
.end annotation
# virtual methods
.method public abstract getLongValue(Ljava/lang/String;)Ljava/lang/Long;
.annotation build Landroidx/room/Query;
value = "SELECT long_value FROM Preference where `key`=:key"
.end annotation
.end method
.method public abstract getObservableLongValue(Ljava/lang/String;)Landroidx/lifecycle/LiveData;
.annotation build Landroidx/room/Query;
value = "SELECT long_value FROM Preference where `key`=:key"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
")",
"Landroidx/lifecycle/LiveData<",
"Ljava/lang/Long;",
">;"
}
.end annotation
.end method
.method public abstract insertPreference(Landroidx/work/impl/model/Preference;)V
.annotation build Landroidx/room/Insert;
onConflict = 0x1
.end annotation
.end method