ERROR: DexGuard Gradle plugin: Android Gradle plugin version is not supported. (3.5.0), supported versions include [2.3.0:3.4.*]

Bilal Qaimkhani :

enter image description here i am getting an error while create released build recently i have updated android studio new version 3.5 after that this error is appearing and build failed but created build too so any one already suffered and fixed it so please tell me one more thing is that i have implemented dexgaurd when i update gradle version so it does not allow dex gaurd plugin too...

i have changed the gradle build tool version version and clean project and make project but not working

classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.google.gms:google-services:4.3.0'
Gabriele Mariotti :

With the DexGuard gradle plugin that you are using, you can't use

classpath 'com.android.tools.build:gradle:3.5.0'

Just use:

classpath 'com.android.tools.build:gradle:3.4.2'

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=143897&siteId=1