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
15 files changed +183
-7
lines changed Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ dependencies {
72
72
androidTestImplementation ' org.mockito:mockito-core:1.10.19'
73
73
androidTestImplementation ' com.linkedin.dexmaker:dexmaker:2.16.0'
74
74
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 ' ) {
76
76
exclude group : " com.google.firebase" , module : " firebase-common"
77
77
}
78
- androidTestImplementation (' com.google.firebase:firebase-core:16.0.3 ' ) {
78
+ androidTestImplementation (' com.google.firebase:firebase-core:16.0.4 ' ) {
79
79
exclude group : " com.google.firebase" , module : " firebase-common"
80
80
}
81
81
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 ;
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ dependencies {
100
100
implementation " com.google.android.gms:play-services-base:$playServicesVersion "
101
101
102
102
implementation ' com.squareup.okhttp:okhttp:2.7.2'
103
- implementation (' com.google.firebase:firebase-auth-interop:16.0.0 ' ) {
103
+ implementation (' com.google.firebase:firebase-auth-interop:16.0.1 ' ) {
104
104
exclude group : " com.google.firebase" , module : " firebase-common"
105
105
}
106
106
Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ dependencies {
50
50
implementation " com.google.android.gms:play-services-basement:$playServicesVersion "
51
51
implementation " com.google.android.gms:play-services-base:$playServicesVersion "
52
52
implementation " com.google.android.gms:play-services-tasks:$playServicesVersion "
53
- implementation (' com.google.firebase:firebase-iid:16 .0.0 ' ) {
53
+ implementation (' com.google.firebase:firebase-iid:17 .0.3 ' ) {
54
54
exclude group : ' com.google.firebase' , module : ' firebase-common'
55
55
}
56
- implementation (' com.google.firebase:firebase-auth-interop:16.0.0 ' ) {
56
+ implementation (' com.google.firebase:firebase-auth-interop:16.0.1 ' ) {
57
57
exclude group : ' com.google.firebase' , module : ' firebase-common'
58
58
}
59
- implementation ' com.google.firebase:firebase-iid-interop:16.0.0 '
59
+ implementation ' com.google.firebase:firebase-iid-interop:16.0.1 '
60
60
61
61
implementation ' com.squareup.okhttp:okhttp:2.7.2'
62
62
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 .storage .internal ;
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 .storage .network ;
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ buildscript {
39
39
}
40
40
41
41
ext {
42
- playServicesVersion = ' 15 .0.1'
42
+ playServicesVersion = ' 16 .0.1'
43
43
supportAnnotationsVersion = ' 26.1.0'
44
44
}
45
45
You can’t perform that action at this time.
0 commit comments