Re: [protobuf] Protobuf-java and Protobuf-javalite

2021-06-22 Thread 'Matthew Perkins' via Protocol Buffers
Makes sense. Thanks for the assistance. On Tuesday, June 22, 2021 at 5:33:10 PM UTC-5 Derek Perez wrote: > Ah right, I see. > > OK, yeah your best option is to get the other dependency to move to lite > or drop it. If this is a mobile project you'll definitely wanna stay with > lite for

Re: [protobuf] Protobuf-java and Protobuf-javalite

2021-06-22 Thread 'Derek Perez' via Protocol Buffers
Ah right, I see. OK, yeah your best option is to get the other dependency to move to lite or drop it. If this is a mobile project you'll definitely wanna stay with lite for performance reasons. On Tue, Jun 22, 2021 at 3:29 PM 'Matthew Perkins' via Protocol Buffers < protobuf@googlegroups.com>

Re: [protobuf] Protobuf-java and Protobuf-javalite

2021-06-22 Thread 'Matthew Perkins' via Protocol Buffers
I did. But it's not a version number issue, its a lite vs full issue. On Tuesday, June 22, 2021 at 5:27:18 PM UTC-5 Derek Perez wrote: > Have you tried reaching out to firebase to see if they can release a > version w/ updated deps? They are pretty far behind. > > On Tue, Jun 22, 2021 at 3:21

Re: [protobuf] Protobuf-java and Protobuf-javalite

2021-06-22 Thread 'Derek Perez' via Protocol Buffers
Have you tried reaching out to firebase to see if they can release a version w/ updated deps? They are pretty far behind. On Tue, Jun 22, 2021 at 3:21 PM 'Matthew Perkins' via Protocol Buffers < protobuf@googlegroups.com> wrote: > Attached is the build error I'm encountering > > On Tuesday, June

Re: [protobuf] Protobuf-java and Protobuf-javalite

2021-06-22 Thread 'Matthew Perkins' via Protocol Buffers
Attached is the build error I'm encountering On Tuesday, June 22, 2021 at 5:15:44 PM UTC-5 Matthew Perkins wrote: > Firebase is using: protobuf-javalite:3.14.0 > > On Tuesday, June 22, 2021 at 5:12:02 PM UTC-5 Derek Perez wrote: > >> Can you tell what version of protobuf firebase is pulling in?

Re: [protobuf] Protobuf-java and Protobuf-javalite

2021-06-22 Thread 'Matthew Perkins' via Protocol Buffers
Firebase is using: protobuf-javalite:3.14.0 On Tuesday, June 22, 2021 at 5:12:02 PM UTC-5 Derek Perez wrote: > Can you tell what version of protobuf firebase is pulling in? I wonder if > we can get one or the other updated? > > On Tue, Jun 22, 2021 at 2:53 PM 'Matthew Perkins' via Protocol

Re: [protobuf] Protobuf-java and Protobuf-javalite

2021-06-22 Thread 'Derek Perez' via Protocol Buffers
Can you tell what version of protobuf firebase is pulling in? I wonder if we can get one or the other updated? On Tue, Jun 22, 2021 at 2:53 PM 'Matthew Perkins' via Protocol Buffers < protobuf@googlegroups.com> wrote: > Hi guys, > > We have an android app that we're attempting to use Firebase