mattprecious / telescope

A simple tool to allow easy bug report capturing within your app.
Apache License 2.0
1.18k stars 116 forks source link

Bump Gradle, AGP and target/compileSdkVersion #76

Closed rciovati closed 4 years ago

rciovati commented 4 years ago

I wanted to look into #75 when I realized I cannot import/build the project with a recent AS version, so here some housekeeping:

JakeWharton commented 4 years ago

Changing to 29 won't affect the library or its users directly so there's no reason to hold off on it.

rciovati commented 4 years ago

@JakeWharton right, it won't break the library or its consumers. The sample app now has targetSdkVersion=29 and it breaks but I guess it's a good start to actually fix the issue.

mattprecious commented 4 years ago

Thanks!