API Varient.getAssembly Error Solved

Опубликовано: 24 Июль 2026
на канале: Atlas Dev
140
8

In this video we are going to learn how to solve the API varient.getAssemble or any other API varient problem.

So the solution is just simple. You just need to copy and past this line in your build.gradle file

Replace
classpath "io.fabric.tools:gradle:${version.fabric}"
with
classpath "org.io.fabric.tools:gradle:1.30.0"

Thanks