Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
removed desugaring exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
langsmith committed Aug 21, 2019
1 parent c462e75 commit 2ed476b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
echo "android.useAndroidX=true" >> gradle.properties
echo "android.enableJetifier=true" >> gradle.properties
echo "org.gradle.jvmargs=-Xmx4608M" >> gradle.properties
echo "android.enableD8.desugaring=false" >> gradle.properties
- run:
name: Download Dependencies
command: ./gradlew androidDependencies
Expand Down

0 comments on commit 2ed476b

Please sign in to comment.