'Bintray is offline how to create android builds

Since yesterday i Bintray is offline https://jcenter.bintray.com/io/grpc/grpc-core/maven-metadata.xml i have issue to create Android builds via Fastlane is there any way to avoid this issue?



Solution 1:[1]

I found a solution to make the builds: React Native Project using Fastline on the Folder android => build.grandle file you can replace "jcenter()" with "mavenCentral() and grandlePluginPortal()".

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Ero Muslija