diff --git a/build.gradle b/build.gradle index 704951e51c..af60cc9bee 100644 --- a/build.gradle +++ b/build.gradle @@ -24,14 +24,6 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:7.3.0' classpath 'com.vanniktech:gradle-maven-publish-plugin:0.25.3' - // This restriction is needed due to our mix of Android and Java modules; - // without it, the build fails with a weird error. - // See https://stackoverflow.com/questions/70217853/how-to-include-android-project-in-a-gradle-multi-project-build - classpath('org.ow2.asm:asm') { - version { - strictly '9.2' - } - } } } plugins {