mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-04 20:48:59 +00:00
FlatBuffers Version 25.9.23 (#8708)
This commit is contained in:
@@ -58,7 +58,7 @@ class Animal : Table() {
|
||||
}
|
||||
|
||||
companion object {
|
||||
fun validateVersion() = Constants.FLATBUFFERS_25_2_10()
|
||||
fun validateVersion() = Constants.FLATBUFFERS_25_9_23()
|
||||
|
||||
fun getRootAsAnimal(_bb: ByteBuffer): Animal = getRootAsAnimal(_bb, Animal())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user