File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
appcheck/firebase-appcheck Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
+ * [ fixed] Fixed a bug causing internal tests to depend directly on ` firebase-common ` .
3
+
2
4
* [ changed] Added Kotlin extensions (KTX) APIs from ` com.google.firebase:firebase-appcheck-ktx `
3
5
to ` com.google.firebase:firebase-appcheck ` under the ` com.google.firebase.appcheck ` package.
4
6
For details, see the
@@ -105,4 +107,3 @@ additional updates:
105
107
# 16.0.0-beta01
106
108
* [ feature] Initial beta release of the [ app_check] SDK with abuse reduction
107
109
features.
108
-
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ dependencies {
65
65
implementation ' com.google.firebase:firebase-annotations:16.2.0'
66
66
implementation project(' :appcheck:firebase-appcheck-interop' )
67
67
implementation project(path : ' :appcheck:firebase-appcheck-interop' )
68
- implementation (" com.google.firebase:firebase-common:20.4.1" )
68
+ api (" com.google.firebase:firebase-common:20.4.1" )
69
69
implementation(" com.google.firebase:firebase-common-ktx:20.4.1" )
70
70
implementation(" com.google.firebase:firebase-components:17.1.4" )
71
71
javadocClasspath ' com.google.auto.value:auto-value-annotations:1.6.6'
Original file line number Diff line number Diff line change 19
19
<application
20
20
android : label =" @string/app_name"
21
21
android : theme =" @style/AppTheme" >
22
- <activity android : name =" .MainActivity" >
22
+ <activity android : name =" .MainActivity" android : exported = " true " >
23
23
<intent-filter >
24
24
<action android : name =" android.intent.action.MAIN" />
25
25
Original file line number Diff line number Diff line change @@ -40,8 +40,6 @@ dependencies {
40
40
implementation ' com.google.android.gms:play-services-tasks:18.0.1'
41
41
42
42
// Firebase dependencies
43
- implementation project(' :firebase-common' )
44
- implementation project(' :firebase-components' )
45
43
implementation project(" :appcheck:firebase-appcheck" )
46
44
implementation project(" :appcheck:firebase-appcheck-debug" )
47
45
implementation project(" :appcheck:firebase-appcheck-interop" )
You can’t perform that action at this time.
0 commit comments