Assigned
Status Update
Comments
mb...@gmail.com <mb...@gmail.com> #2
My dependencies:
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'androidx.preference:preference:1.1.1'
implementation 'com.google.android.gms:play-services-wearable:17.1.0'
implementation 'com.google.android.material:material:1.4.0'
If I remove androidx.appcompat:appcompat:1.4.0
, the warning vanishes, so I imagine there's some transitive dependency on an older version of androidx.appcompat:appcompat
that doesn't have the warning.
Description
This page pointed me to the protobuf docs, but it kinda gave the impression that adding a .proto file in the correct place and Rebuild-ing (see blue note near that part of the doc) would generate the files, without any further setup. Maybe the protobuf gradle plugin stuff should go in the Setup section for Proto DataStore near the top of this doc.