shwenzhang / AndResGuard

proguard resource for Android by wechat team
Apache License 2.0
8.54k stars 1.54k forks source link

AndResGuard Gradle Plugin Error #366

Open FazalHussain opened 5 years ago

FazalHussain commented 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:

paulvi commented 5 years ago

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