Skip to content

Commit

Permalink
Add support for Snapchat 11.82.0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
rodit committed Jun 11, 2022
1 parent f96373d commit 8d606b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {

task versionInfo {
doLast {
def build = 84612
def build = 84615
def infoFile = new File('app/build/version.json')
infoFile.getParentFile().mkdirs()
infoFile.delete()
Expand Down
10 changes: 5 additions & 5 deletions snap.ds
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ interface MessageDataModel {
String getArroyoMessageId()
String getSenderDisplayName()
String getConversationId()
String getSenderId()
String $getType()
String getSenderId()
String getSenderUsername()

!MediaBaseBase getMedia()
Expand Down Expand Up @@ -1612,7 +1612,7 @@ class ChatMenuItem {
}
}

[certain]
[certain, conserve]
class ChatMessageActionBuilder {

[discard] Object o0;
Expand Down Expand Up @@ -1788,10 +1788,10 @@ class MessagingNotificationHandler {
[certain]
class NotificationHandler {

Object conversationIdProvider;
[discard] int a0;
Object data;
[discard] int a0;
Object handler;
Object conversationIdProvider;

* handle() {
.type !NotificationData;
Expand Down Expand Up @@ -1886,8 +1886,8 @@ class ProfileActionSheetProvider {
[certain, conserve]
class ProfileActionSheetCreator {

Object nestedContext;
Object actionMenuContext;
Object nestedContext;

* apply(*) {
.type !ProfileActionSheetProvider;
Expand Down

0 comments on commit 8d606b9

Please sign in to comment.