Install
01 Sept 2026 · Field Track 360
The AAR supplies its own services, receivers, permissions and consumer ProGuard rules through manifest merging. No Hilt, no DI framework, no annotation processor and no TrackIt Gradle plugin.
``` implementation 'com.github.devstree-prog.TrackIt:trackit-all:TAG' implementation("com.squareup.okhttp3:okhttp:5.4.0") ```
compileSdk 37 is load-bearing
The AAR declares minCompileSdk=37, so AGP hard-errors below it. This needs a recent AGP - the default templates ship lower, so bump it in your host app.