Clone this repository and follow the tuning guide https://docs.google.com/document/d/1bymQrM0Fjh6iF8rk0LOnRxAvZ4Z7ZZ_rhb6DtUqgZno/edit?usp=sharing
- Edit TeamCode build.gradle and add
repositories{maven { url 'https://jitpack.io' } maven { url 'https://maven.brott.dev/' }} - In the project build.gradle (name of repository - build.gradle) remove the
repositories { mavenCentral() }at the bottom of the file. - In the build.common.gradle change
compileSdkVersion 29tocompileSdkVersion 34