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 Sep 6, 2019
1 parent e3a20b4 commit 64b67b7
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 64b67b7

Please sign in to comment.