Status Update
Comments
on...@gmail.com <on...@gmail.com> #2
Dear developers, we will be running a new reach-out campaign in the near future to remind customers to secure their GMP API key credentials.
Also note that we have extended the automated API key restriction recommendations to include the Google Navigation SDK, and will continue adding new Google Maps Platform services to them over the coming months.
We will keep you posted!
xa...@google.com <xa...@google.com>
is...@google.com <is...@google.com>
ga...@google.com <ga...@google.com> #3
In order to work around this issue, please add "android.jetifier.skipIfPossible=false" to gradle.properties.
Filip, is this something that can be fixed on the Jetifier side, or we need to revert ag/I3c6dbc840a573a78ad414b37ed3e6fcb42dd78b6?
pa...@google.com <pa...@google.com> #4
pa...@google.com <pa...@google.com> #5
pa...@google.com <pa...@google.com> #6
al...@google.com <al...@google.com> #7
I'm having trouble finding the owner for the legacy (com.google.android.support:wearable
) Wear library, but they need to Jetify their output artifacts. Aga, can you help us find the right owner responsible for releases?
am...@google.com <am...@google.com> #8
Flavio is the current owner, he's just staffing a team for this and will be
able to help you
On Thu, 23 Jan 2020, 18:58 alanv, <buganizer-system+alanv@google.com> wrote:
fl...@google.com <fl...@google.com> #9
Thanks for the report. My team will look into this issue and hopefully we will be able to address it soon.
fl...@google.com <fl...@google.com> #11
Thanks. Marking as fixed now that the new library has rolled out publicly.
Description
Android Plugin Version: 4.0.0-alpha08
Module Compile Sdk Version: 29
Module Build Tools Version: <blank>
Android SDK Tools version: 29.0.2
I upgraded my project from AGP 4.0.0-alpha06 to 4.0.0-alpha08 and the assemble task started to report the following compilation error:
e: Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
class android.support.wearable.complications.ComplicationHelperActivity, unresolved supertypes: android.support.v4.app.ActivityCompat.OnRequestPermissionsResultCallback
The error appears also in 4.0.0-alpha07.
You can find an example project to reproduce the issue at