configurations.all() { resolutionStrategy.force “org.antlr:antlr4-runtime:4.5.3” resolutionStrategy.force “org.antlr:antlr4-tool:4.5.3” }

Florence Njeri
1 min readMay 1, 2020

--

Solution:

android {

configurations.all() {
resolutionStrategy.force "org.antlr:antlr4-runtime:4.5.3"
resolutionStrategy.force "org.antlr:antlr4-tool:4.5.3"
}

}

Add the above snippet in your app level gradle and then sync the project.

--

--

Florence Njeri
Florence Njeri

Written by Florence Njeri

Software Engineering || Career || Life

No responses yet