File tree 3 files changed +10
-7
lines changed
sample-pushnotifications-java
3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ android {
27
27
applicationId " com.quickblox.sample.pushnotifications.java"
28
28
minSdkVersion 21
29
29
targetSdkVersion 31
30
- versionCode 402000
31
- versionName ' 4.0.2-java '
30
+ versionCode 403000
31
+ versionName ' 4.0.3 '
32
32
multiDexEnabled true
33
33
}
34
34
Original file line number Diff line number Diff line change 33
33
-keep class com.quickblox.** { *; }
34
34
35
35
#google gms
36
- -keep class com.google.android.gms.** { *; }
36
+ -keep class com.google.android.gms.** { *; }
37
+
38
+ #json
39
+ -keep class org.json.** { *; }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
7
7
dependencies {
8
8
classpath ' com.android.tools.build:gradle:4.2.2'
9
- classpath ' com.google.gms:google-services:4.3.10 '
9
+ classpath ' com.google.gms:google-services:4.3.14 '
10
10
}
11
11
}
12
12
@@ -22,13 +22,13 @@ ext {
22
22
dimensionDefault = ' default'
23
23
24
24
// QuickBlox SDK version
25
- qbSdkVersion = ' 3.9.16 '
25
+ qbSdkVersion = ' 3.11.0 '
26
26
27
27
// Firebase
28
- firebaseCoreVersion = ' 21.0.0 '
28
+ firebaseCoreVersion = ' 21.1.1 '
29
29
30
30
// Material
31
- materialVersion = ' 1.6.0 '
31
+ materialVersion = ' 1.6.1 '
32
32
33
33
// RobotoTextView
34
34
robotoTextViewVersion = ' 4.0.0'
You can’t perform that action at this time.
0 commit comments