Today I updated Android studio from 3.0.1 to 3.1.
I encountered a weird issue with Gradle. Each time I tried to edit a .gradle file, Android Studio freezes.
With some research, I saw that each time you edit a .gradle file, Android Studio send a request to search "http://search.maven.org/".
I'm behind a proxy at my work, everything is configured, everything worked properly before that update.
Is anyone encountered the same issue with this version or a older one?