File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
firebase-inappmessaging-display/src/main Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
39
39
runtime ' io.opencensus:opencensus-impl:0.18.0'
40
40
implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.6'
41
41
implementation ' org.jetbrains.dokka:dokka-android-gradle-plugin:0.9.17-g013-9b8280a'
42
- implementation ' com.android.tools.build:gradle:3.4.2 '
42
+ implementation ' com.android.tools.build:gradle:3.4.3 '
43
43
44
44
testImplementation ' junit:junit:4.13-rc-1'
45
45
testImplementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.6'
Original file line number Diff line number Diff line change 3
3
4
4
<uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
5
5
<uses-permission android : name =" android.permission.INTERNET" />
6
+
7
+ <queries >
8
+ <intent >
9
+ <action android : name =" android.intent.action.VIEW" />
10
+ <data android : scheme =" https" />
11
+ </intent >
12
+ </queries >
13
+
6
14
<application >
7
15
<service android : name =" com.google.firebase.components.ComponentDiscoveryService"
8
16
android : exported =" false" >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ buildscript {
23
23
}
24
24
25
25
dependencies {
26
- classpath " com.android.tools.build:gradle:3.4.2 "
26
+ classpath " com.android.tools.build:gradle:3.4.3 "
27
27
classpath " com.google.gms:google-services:4.3.0"
28
28
}
29
29
}
You can’t perform that action at this time.
0 commit comments