This version of Android Studio cannot open this project, please retry with Android Studio 3.5 or newer
Change Project level gradle as below -
classpath 'com.android.tools.build:gradle:3.3.1'
Change gradle-wrapper.properties as below -
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
Hope this will work...