nowinandroid
nowinandroid copied to clipboard
Optimize google maven downloading
Thanks for submitting a pull request. Please include the following information.
What I have done and why
This will speed up dependencies downloading.
Do tests pass?
- [x] Run local tests on
DemoDebugvariant:./gradlew testDemoDebug - [x] Check formatting:
./gradlew --init-script gradle/init.gradle.kts spotlessApply
Is this your first pull request?
- [x] Sign the CLA
- [x] Run
./tools/setup.sh - [x] Import the code formatting style as explained in the setup script.