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,54 @@
.class public Lcom/glu/plugins/gluanalytics/GeoLocation;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/glu/plugins/gluanalytics/util/ISerializableJsonObject;
# instance fields
.field public countryCode:Ljava/lang/String;
.field public ipAddress:Ljava/lang/String;
# direct methods
.method public constructor <init>(Ljava/lang/String;Ljava/lang/String;)V
.locals 0
.line 14
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lcom/glu/plugins/gluanalytics/GeoLocation;->ipAddress:Ljava/lang/String;
iput-object p2, p0, Lcom/glu/plugins/gluanalytics/GeoLocation;->countryCode:Ljava/lang/String;
return-void
.end method
# virtual methods
.method public write(Lorg/json/JSONStringer;)V
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Lorg/json/JSONException;
}
.end annotation
const-string v0, "ipAddress"
iget-object v1, p0, Lcom/glu/plugins/gluanalytics/GeoLocation;->ipAddress:Ljava/lang/String;
.line 21
invoke-static {p1, v0, v1}, Lcom/glu/plugins/gluanalytics/util/JsonUtil;->optKeyValue(Lorg/json/JSONStringer;Ljava/lang/String;Ljava/lang/Object;)V
const-string v0, "countryCode"
iget-object v1, p0, Lcom/glu/plugins/gluanalytics/GeoLocation;->countryCode:Ljava/lang/String;
.line 22
invoke-static {p1, v0, v1}, Lcom/glu/plugins/gluanalytics/util/JsonUtil;->optKeyValue(Lorg/json/JSONStringer;Ljava/lang/String;Ljava/lang/Object;)V
return-void
.end method