Skip to content

Commit 6949fdf

Browse files
author
vfite
committed
Merge branch 'development'
2 parents 77ce632 + 15fa9c1 commit 6949fdf

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ ext {
3232
lintAbortOnError = false
3333

3434
// QuickBlox SDK version
35-
qbSdkVersion = '3.3.0'
35+
qbSdkVersion = '3.3.1'
3636

3737
versionName = '3.3.0'
3838

3939
testRunnerVersion = "0.4.1"
4040

4141

4242
// Dependency versions
43-
playServicesVersion = '10.0.1'
43+
playServicesVersion = '10.2.1'
4444
supportV4Version = '23.1.1'
4545
appcompatV7Version = '23.1.1'
4646
recyclerviewV7Version = '23.2.1'

sample-pushnotifications/src/main/java/com/quickblox/sample/pushnotifications/App.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ public void onSubscriptionError(Exception e, int resultCode) {
4040
}
4141
Toaster.shortToast(e.getLocalizedMessage());
4242
}
43+
44+
@Override
45+
public void onSubscriptionDeleted(boolean success) {
46+
47+
}
4348
});
4449
}
4550

0 commit comments

Comments
 (0)