Changes of com.discord v1241
This commit is contained in:
parent
762ae4d9a5
commit
0cd13708ac
11 changed files with 20 additions and 20 deletions
|
@ -42,11 +42,11 @@
|
|||
|
||||
.field public static final SAMSUNGxDISCORD_CLIENT_ID:Ljava/lang/String; = "97t47j218f"
|
||||
|
||||
.field public static final USER_AGENT:Ljava/lang/String; = "Discord-Android/1240"
|
||||
.field public static final USER_AGENT:Ljava/lang/String; = "Discord-Android/1241"
|
||||
|
||||
.field public static final VERSION_CODE:I = 0x4d8
|
||||
.field public static final VERSION_CODE:I = 0x4d9
|
||||
|
||||
.field public static final VERSION_NAME:Ljava/lang/String; = "36.0"
|
||||
.field public static final VERSION_NAME:Ljava/lang/String; = "36.1"
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -1786,7 +1786,7 @@
|
|||
.end annotation
|
||||
|
||||
.annotation runtime Lq0/u/e;
|
||||
value = "invite/{code}"
|
||||
value = "invites/{code}"
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
|
@ -2703,7 +2703,7 @@
|
|||
.end annotation
|
||||
|
||||
.annotation runtime Lq0/u/m;
|
||||
value = "invite/{code}"
|
||||
value = "invites/{code}"
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
|
@ -3184,7 +3184,7 @@
|
|||
.end annotation
|
||||
|
||||
.annotation runtime Lq0/u/b;
|
||||
value = "invite/{inviteCode}"
|
||||
value = "invites/{inviteCode}"
|
||||
.end annotation
|
||||
.end method
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
invoke-direct {p0}, Lcom/discord/stores/Store;-><init>()V
|
||||
|
||||
const/16 v0, 0x4d8
|
||||
const/16 v0, 0x4d9
|
||||
|
||||
iput v0, p0, Lcom/discord/stores/StoreClientVersion;->clientVersion:I
|
||||
|
||||
|
|
|
@ -177,7 +177,7 @@
|
|||
|
||||
const-string v3, "browser_user_agent"
|
||||
|
||||
const-string v4, "Discord-Android/1240"
|
||||
const-string v4, "Discord-Android/1241"
|
||||
|
||||
invoke-direct {v2, v3, v4}, Lkotlin/Pair;-><init>(Ljava/lang/Object;Ljava/lang/Object;)V
|
||||
|
||||
|
@ -185,7 +185,7 @@
|
|||
|
||||
const/4 v1, 0x2
|
||||
|
||||
const/16 v2, 0x4d8
|
||||
const/16 v2, 0x4d9
|
||||
|
||||
invoke-static {v2}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
||||
|
||||
|
@ -205,7 +205,7 @@
|
|||
|
||||
const-string v3, "client_version"
|
||||
|
||||
const-string v4, "36.0"
|
||||
const-string v4, "36.1"
|
||||
|
||||
invoke-direct {v2, v3, v4}, Lkotlin/Pair;-><init>(Ljava/lang/Object;Ljava/lang/Object;)V
|
||||
|
||||
|
|
|
@ -159,7 +159,7 @@
|
|||
.method public getUserAgent()Ljava/lang/String;
|
||||
.locals 1
|
||||
|
||||
const-string v0, "Discord-Android/1240"
|
||||
const-string v0, "Discord-Android/1241"
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
|
|
@ -4004,7 +4004,7 @@
|
|||
.end annotation
|
||||
|
||||
.annotation runtime Lq0/u/e;
|
||||
value = "invite/{code}"
|
||||
value = "invites/{code}"
|
||||
.end annotation
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
@ -5757,7 +5757,7 @@
|
|||
.end annotation
|
||||
|
||||
.annotation runtime Lq0/u/m;
|
||||
value = "invite/{code}"
|
||||
value = "invites/{code}"
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
@ -6676,7 +6676,7 @@
|
|||
.end annotation
|
||||
|
||||
.annotation runtime Lq0/u/b;
|
||||
value = "invite/{inviteCode}"
|
||||
value = "invites/{inviteCode}"
|
||||
.end annotation
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
|
|
@ -480,7 +480,7 @@
|
|||
|
||||
new-array v1, v2, [Ljava/lang/Object;
|
||||
|
||||
const-string v3, "36.0"
|
||||
const-string v3, "36.1"
|
||||
|
||||
aput-object v3, v1, v5
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue