Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to resolve: com.github.hackware1993:MagicIndicator:1.6.0 #277

Open
doulemint opened this issue Dec 14, 2021 · 0 comments
Open

Failed to resolve: com.github.hackware1993:MagicIndicator:1.6.0 #277

doulemint opened this issue Dec 14, 2021 · 0 comments

Comments

@doulemint
Copy link

我的文件为
build.gradle

android {
    compileSdk 31

    defaultConfig {
        applicationId "com.example.myhimalaya"
        minSdk 24
        targetSdk 31
        versionCode 1
        versionName "1.0"

        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }

build.gradle

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
    repositories {
        google()
        mavenCentral()
        maven {
//            allowInsecureProtocol = true
            url 'https://jitpack.io'
        }
    }
    dependencies {
        classpath "com.android.tools.build:gradle:7.0.4"

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}


allprojects {
    repositories {
//        google()
        mavenCentral()
        maven {
            url "https://jitpack.io"
        }
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant