also cache .gradle

This commit is contained in:
brad 2018-05-17 00:06:42 -07:00
parent 9ec56e7a41
commit d6d01c5c4f
No known key found for this signature in database
GPG Key ID: 242307B374A1710A
1 changed files with 1 additions and 0 deletions

View File

@ -30,5 +30,6 @@ jobs:
- save_cache:
paths:
- ~/.android
- ~/.gradle
- ~/android
key: v1-android-{{ checksum "build.gradle" }}