Enable gradle caching on the Github CI system.
This commit is contained in:
parent
ca8add87c6
commit
40f86ed2be
2 changed files with 1 additions and 1 deletions
1
.github/workflows/android.yml
vendored
1
.github/workflows/android.yml
vendored
|
@ -24,6 +24,7 @@ jobs:
|
|||
with:
|
||||
distribution: temurin
|
||||
java-version: 11
|
||||
cache: gradle
|
||||
|
||||
- name: Validate Gradle Wrapper
|
||||
uses: gradle/wrapper-validation-action@v1
|
||||
|
|
|
@ -179,7 +179,6 @@ public final class FeatureFlags {
|
|||
@SuppressWarnings("MismatchedQueryAndUpdateOfCollection")
|
||||
@VisibleForTesting
|
||||
static final Map<String, Object> FORCED_VALUES = new HashMap<String, Object>() {{
|
||||
put(PHONE_NUMBER_PRIVACY, true);
|
||||
}};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue