Manoel Aranda Neto
Manoel Aranda Neto
> Is this happening on Android only? That's odd as the outbox path should be picked up automatically by the Android SDK. Unless I'm mistaken. @marandaneto any ideas? `cacheDirPath` and...
yeah they are not really related, my bad, this issue is more about the `codecov`
@PaulWoitaschek are you using `proguard` or `r8`? are you using any special configuration in your proguard config? Can you add to your app's proguard file: ``` // You can specify...
> Ah, I wasn't aware of `enforcedPlatform`, yeah it seems like that would do. > > We actually wanted to be conservative here, and do not override any of the...
> > Problem of us overriding the version is that user can't override our behavior it turns out to be wrong. Could we log a build warning instead? > >...
If the user defined 5.7.0 in its dependencies block (it doesn't matter if its the core package or not, versions should be aligned), we should keep using 5.7.0, if this...
> @marandaneto do you also want to give this a review or can I just merge it? Feel free to merge it when there's one approval.
https://github.com/ReactiveCircus/app-versioning/blob/b30fb5435b25ad7fb8acdf61179c7010f4074fdb/src/main/kotlin/io/github/reactivecircus/appversioning/AppVersioningPlugin.kt uses the `onVariants` API, we can learn from there
variant API is now stable: https://developer.android.com/studio/releases/gradle-plugin#7-0-0 https://github.com/android/gradle-recipes/tree/agp-7.0/Kotlin
@cortinico yeah landing https://github.com/getsentry/sentry-android-gradle-plugin/pull/106 would be nice, but if migrating to AGP 7.x is painless, I'd not mind ignoring it since AGP 4.1 to 4.2 does not have any benefits...