File tree 2 files changed +8
-7
lines changed
src/main/java/com/cloud/firepdf
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ android {
27
27
28
28
dependencies {
29
29
implementation fileTree(dir : " libs" , include : [" *.jar" ])
30
- implementation ' androidx.appcompat:appcompat:1.1 .0'
31
- implementation ' androidx.constraintlayout:constraintlayout:1.1.3 '
32
- testImplementation ' junit:junit:4.12 '
33
- androidTestImplementation ' androidx.test.ext:junit:1.1.1 '
34
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.2 .0'
35
- implementation ' com.google.firebase:firebase-analytics:17.4.3 '
30
+ implementation ' androidx.appcompat:appcompat:1.2 .0'
31
+ implementation ' androidx.constraintlayout:constraintlayout:2.0.1 '
32
+ testImplementation ' junit:junit:4.13 '
33
+ androidTestImplementation ' androidx.test.ext:junit:1.1.2 '
34
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.3 .0'
35
+ implementation ' com.google.firebase:firebase-analytics:17.5.0 '
36
36
// implementing firebase messaging
37
- implementation ' com.google.firebase:firebase-messaging:20.2.1 '
37
+ implementation ' com.google.firebase:firebase-messaging:20.2.4 '
38
38
implementation ' com.google.android.exoplayer:exoplayer-core:2.10.5'
39
39
implementation ' com.google.android.exoplayer:exoplayer-dash:2.10.5'
40
40
implementation ' com.google.android.exoplayer:exoplayer-ui:2.10.5'
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ public class FirebaseMessageReceiver extends FirebaseMessagingService {
32
32
private static final int REQUEST_NOTIFICATION_REPLAY = 101 ;
33
33
private static final String MESSAGE_KEY = "message_key" ;
34
34
35
+
35
36
@ Override
36
37
public void onNewToken (String s ) {
37
38
super .onNewToken (s );
You can’t perform that action at this time.
0 commit comments