File tree Expand file tree Collapse file tree 15 files changed +183
-7
lines changed
firebase-database/src/main/java/com/google/firebase/database
firebase-storage/src/main/java/com/google/firebase/storage Expand file tree Collapse file tree 15 files changed +183
-7
lines changed Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ dependencies {
7272 androidTestImplementation ' org.mockito:mockito-core:1.10.19'
7373 androidTestImplementation ' com.linkedin.dexmaker:dexmaker:2.16.0'
7474 androidTestImplementation ' com.linkedin.dexmaker:dexmaker-mockito:2.16.0'
75- androidTestImplementation (' com.google.firebase:firebase-auth:16.0.1 ' ) {
75+ androidTestImplementation (' com.google.firebase:firebase-auth:16.0.2 ' ) {
7676 exclude group : " com.google.firebase" , module : " firebase-common"
7777 }
78- androidTestImplementation (' com.google.firebase:firebase-core:16.0.3 ' ) {
78+ androidTestImplementation (' com.google.firebase:firebase-core:16.0.4 ' ) {
7979 exclude group : " com.google.firebase" , module : " firebase-common"
8080 }
8181
Original file line number Diff line number Diff line change 1+ // Copyright 2018 Google LLC
2+ //
3+ // Licensed under the Apache License, Version 2.0 (the "License");
4+ // you may not use this file except in compliance with the License.
5+ // You may obtain a copy of the License at
6+ //
7+ // http://www.apache.org/licenses/LICENSE-2.0
8+ //
9+ // Unless required by applicable law or agreed to in writing, software
10+ // distributed under the License is distributed on an "AS IS" BASIS,
11+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ // See the License for the specific language governing permissions and
13+ // limitations under the License.
14+
15+ /** @hide */
16+ package com .google .firebase .database .android ;
Original file line number Diff line number Diff line change 1+ // Copyright 2018 Google LLC
2+ //
3+ // Licensed under the Apache License, Version 2.0 (the "License");
4+ // you may not use this file except in compliance with the License.
5+ // You may obtain a copy of the License at
6+ //
7+ // http://www.apache.org/licenses/LICENSE-2.0
8+ //
9+ // Unless required by applicable law or agreed to in writing, software
10+ // distributed under the License is distributed on an "AS IS" BASIS,
11+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ // See the License for the specific language governing permissions and
13+ // limitations under the License.
14+
15+ /** @hide */
16+ package com .google .firebase .database .annotations ;
Original file line number Diff line number Diff line change 1+ // Copyright 2018 Google LLC
2+ //
3+ // Licensed under the Apache License, Version 2.0 (the "License");
4+ // you may not use this file except in compliance with the License.
5+ // You may obtain a copy of the License at
6+ //
7+ // http://www.apache.org/licenses/LICENSE-2.0
8+ //
9+ // Unless required by applicable law or agreed to in writing, software
10+ // distributed under the License is distributed on an "AS IS" BASIS,
11+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ // See the License for the specific language governing permissions and
13+ // limitations under the License.
14+
15+ /** @hide */
16+ package com .google .firebase .database .connection ;
Original file line number Diff line number Diff line change 1+ // Copyright 2018 Google LLC
2+ //
3+ // Licensed under the Apache License, Version 2.0 (the "License");
4+ // you may not use this file except in compliance with the License.
5+ // You may obtain a copy of the License at
6+ //
7+ // http://www.apache.org/licenses/LICENSE-2.0
8+ //
9+ // Unless required by applicable law or agreed to in writing, software
10+ // distributed under the License is distributed on an "AS IS" BASIS,
11+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ // See the License for the specific language governing permissions and
13+ // limitations under the License.
14+
15+ /** @hide */
16+ package com .google .firebase .database .connection .util ;
Original file line number Diff line number Diff line change 1+ // Copyright 2018 Google LLC
2+ //
3+ // Licensed under the Apache License, Version 2.0 (the "License");
4+ // you may not use this file except in compliance with the License.
5+ // You may obtain a copy of the License at
6+ //
7+ // http://www.apache.org/licenses/LICENSE-2.0
8+ //
9+ // Unless required by applicable law or agreed to in writing, software
10+ // distributed under the License is distributed on an "AS IS" BASIS,
11+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ // See the License for the specific language governing permissions and
13+ // limitations under the License.
14+
15+ /** @hide */
16+ package com .google .firebase .database .core ;
Original file line number Diff line number Diff line change 1+ // Copyright 2018 Google LLC
2+ //
3+ // Licensed under the Apache License, Version 2.0 (the "License");
4+ // you may not use this file except in compliance with the License.
5+ // You may obtain a copy of the License at
6+ //
7+ // http://www.apache.org/licenses/LICENSE-2.0
8+ //
9+ // Unless required by applicable law or agreed to in writing, software
10+ // distributed under the License is distributed on an "AS IS" BASIS,
11+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ // See the License for the specific language governing permissions and
13+ // limitations under the License.
14+
15+ /** @hide */
16+ package com .google .firebase .database .logging ;
Original file line number Diff line number Diff line change 1+ // Copyright 2018 Google LLC
2+ //
3+ // Licensed under the Apache License, Version 2.0 (the "License");
4+ // you may not use this file except in compliance with the License.
5+ // You may obtain a copy of the License at
6+ //
7+ // http://www.apache.org/licenses/LICENSE-2.0
8+ //
9+ // Unless required by applicable law or agreed to in writing, software
10+ // distributed under the License is distributed on an "AS IS" BASIS,
11+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ // See the License for the specific language governing permissions and
13+ // limitations under the License.
14+
15+ /** @hide */
16+ package com .google .firebase .database .snapshot ;
Original file line number Diff line number Diff line change 1+ // Copyright 2018 Google LLC
2+ //
3+ // Licensed under the Apache License, Version 2.0 (the "License");
4+ // you may not use this file except in compliance with the License.
5+ // You may obtain a copy of the License at
6+ //
7+ // http://www.apache.org/licenses/LICENSE-2.0
8+ //
9+ // Unless required by applicable law or agreed to in writing, software
10+ // distributed under the License is distributed on an "AS IS" BASIS,
11+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ // See the License for the specific language governing permissions and
13+ // limitations under the License.
14+
15+ /** @hide */
16+ package com .google .firebase .database .tubesock ;
Original file line number Diff line number Diff line change 1+ // Copyright 2018 Google LLC
2+ //
3+ // Licensed under the Apache License, Version 2.0 (the "License");
4+ // you may not use this file except in compliance with the License.
5+ // You may obtain a copy of the License at
6+ //
7+ // http://www.apache.org/licenses/LICENSE-2.0
8+ //
9+ // Unless required by applicable law or agreed to in writing, software
10+ // distributed under the License is distributed on an "AS IS" BASIS,
11+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ // See the License for the specific language governing permissions and
13+ // limitations under the License.
14+
15+ /** @hide */
16+ package com .google .firebase .database .util ;
You can’t perform that action at this time.
0 commit comments