简体   繁体   中英

Could not GET 'https://fyber.bintray.com/maven/com/fyber/fairbid-sdk/3.0.1/fairbid-sdk-3.0.1.aar'. Received status code 403 from server: Forbidden

Help me solve this problem

Could not GET 'https://fyber.bintray.com/maven/com/fyber/fairbid-sdk/3.0.1/fairbid-sdk-3.0.1.aar'. Received status code 403 from server: Forbidden

maven { url "https://fyber.bintray.com/maven"}

1- upgrade fairbid Sdk to

implementation 'com.fyber:fairbid-sdk:3.17.0'

2- Add in build.gradle(project)

allprojects {
   repositories {
       mavenCentral()
  }
  ...
}

3- Add in build.gradle(Module)

android {
    ...
    compileOptions {
       sourceCompatibility JavaVersion.VERSION_1_8
       targetCompatibility JavaVersion.VERSION_1_8
    }
  ...
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM