File tree Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def firebaseDependenciesMap = [
34
34
' messaging' : [' com.google.firebase:firebase-messaging:22.0.0' ,
35
35
' firebase_cpp_sdk.messaging:messaging_java' ,
36
36
' androidx.core:core:1.6.0-alpha03' ,
37
- ' com.google.flatbuffers:flatbuffers-java:1.9 .0' ,
37
+ ' com.google.flatbuffers:flatbuffers-java:1.12 .0' ,
38
38
' com.google.android.gms:play-services-base:17.6.0' ],
39
39
' performance' : [' com.google.firebase:firebase-perf:20.0.1' ],
40
40
' remote_config' : [' com.google.firebase:firebase-config:21.0.0' ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ buildscript {
24
24
// that requires using a newer version of the JDK and at least Android N.
25
25
// This has already been fixed at head, but a tagged release is not yet
26
26
// available with that fix.
27
- classpath ' com.google.flatbuffers:flatbuffers-java:1.9 .0'
27
+ classpath ' com.google.flatbuffers:flatbuffers-java:1.12 .0'
28
28
}
29
29
}
30
30
allprojects {
@@ -57,7 +57,7 @@ android {
57
57
dependencies {
58
58
implementation ' com.google.firebase:firebase-analytics:19.0.0'
59
59
implementation ' com.google.firebase:firebase-messaging:22.0.0'
60
- implementation ' com.google.flatbuffers:flatbuffers-java:1.9 .0'
60
+ implementation ' com.google.flatbuffers:flatbuffers-java:1.12 .0'
61
61
}
62
62
63
63
afterEvaluate {
@@ -74,7 +74,7 @@ afterEvaluate {
74
74
executable ' git'
75
75
args ' clone' ,
76
76
' --branch' ,
77
- ' v1.10 .0' ,
77
+ ' v1.12 .0' ,
78
78
' --depth' ,
79
79
' 1' ,
80
80
' https://github.com/google/flatbuffers.git' ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def firebaseDependenciesMap = [
34
34
' messaging' : [' com.google.firebase:firebase-messaging:22.0.0' ,
35
35
' com.google.firebase.messaging.cpp:firebase_messaging_cpp@aar' ,
36
36
' androidx.core:core:1.6.0-alpha03' ,
37
- ' com.google.flatbuffers:flatbuffers-java:1.9 .0' ,
37
+ ' com.google.flatbuffers:flatbuffers-java:1.12 .0' ,
38
38
' com.google.android.gms:play-services-base:17.6.0' ],
39
39
' performance' : [' com.google.firebase:firebase-perf:20.0.1' ],
40
40
' remote_config' : [' com.google.firebase:firebase-config:21.0.0' ,
Original file line number Diff line number Diff line change @@ -567,6 +567,11 @@ code.
567
567
568
568
## Release Notes
569
569
570
+ ### 8.2.0
571
+ - Changes
572
+ - General (Android): Updated Flatbuffers internal dependency from version
573
+ 1.9 to 1.12.
574
+
570
575
### 8.1.0
571
576
- Changes
572
577
- Firestore: Fixed a linker error when ` DocumentChange::npos ` was used.
Original file line number Diff line number Diff line change @@ -20,11 +20,7 @@ buildscript {
20
20
dependencies {
21
21
classpath ' com.android.tools.build:gradle:3.3.3'
22
22
classpath ' com.google.gms:google-services:4.2.0'
23
- // This uses Flatbuffers at 1.9 because the 1.10 version added a feature
24
- // that requires using a newer version of the JDK and at least Android N.
25
- // This has already been fixed at head, but a tagged release is not yet
26
- // available with that fix.
27
- classpath ' com.google.flatbuffers:flatbuffers-java:1.9.0'
23
+ classpath ' com.google.flatbuffers:flatbuffers-java:1.12.0'
28
24
}
29
25
}
30
26
@@ -71,7 +67,7 @@ android {
71
67
}
72
68
73
69
dependencies {
74
- implementation ' com.google.flatbuffers:flatbuffers-java:1.9 .0'
70
+ implementation ' com.google.flatbuffers:flatbuffers-java:1.12 .0'
75
71
}
76
72
77
73
afterEvaluate { project ->
You can’t perform that action at this time.
0 commit comments