Snapchat / camera-kit-react-native

Camera Kit wrapper for React Native
Other
72 stars 7 forks source link

Fix for incorrect maven repository link #5

Closed jciereszko1 closed 2 weeks ago

jciereszko1 commented 2 weeks ago

Background (Why?)

Repo is using not publicly available repository gcs://snapengine-maven-publish/releases which is preventing from building the solution

Change/Solution (What?)

Replace

        maven {
            url "gcs://snapengine-maven-publish/releases"
        }

by

    google()
    mavenCentral()

Based on the PR https://github.com/Snapchat/camera-kit-react-native/pull/2

Screenshots for any visual changes

N/A

Test Plans

Manually validated on iOS and Android devices