Open FazalHussain opened 5 years ago
I am integrating the android res library in my project but i am facing issue while synchronizing gradle. I have changed the version of the library but still facing the same issue
apply plugin: 'AndResGuard' buildscript { repositories { maven { url 'https://maven.fabric.io/public' } maven { url 'https://dl.bintray.com/wemobiledev/maven'} } def ANDRESGUARD_VERSION = '1.2.13' dependencies { classpath 'io.fabric.tools:gradle:1.+' classpath("com.tencent.mm:AndResGuard-gradle-plugin:${ANDRESGUARD_VERSION}") { changing = true } } }
Could not find com.google.gradle:osdetector-gradle-plugin:1.4.0. Searched in the following locations: https://maven.fabric.io/public/com/google/gradle/osdetector-gradle-plugin/1.4.0/osdetector-gradle-plugin-1.4.0.pom https://maven.fabric.io/public/com/google/gradle/osdetector-gradle-plugin/1.4.0/osdetector-gradle-plugin-1.4.0.jar https://dl.bintray.com/wemobiledev/maven/com/google/gradle/osdetector-gradle-plugin/1.4.0/osdetector-gradle-plugin-1.4.0.pom https://dl.bintray.com/wemobiledev/maven/com/google/gradle/osdetector-gradle-plugin/1.4.0/osdetector-gradle-plugin-1.4.0.jar Required by: project :app > com.tencent.mm:AndResGuard-gradle-plugin:1.2.13
Could not find com.google.gradle:osdetector-gradle-plugin:1.4.0. Searched in the following locations:
Could not find com.google.gradle:osdetector-gradle-plugin:1.4.0.
This issues is absolute not related to this project, but configuration of osdetector-gradle-plugin.
Please close the issue
I am integrating the android res library in my project but i am facing issue while synchronizing gradle. I have changed the version of the library but still facing the same issue