You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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
#2
## Screenshots for any visual changes
N/A
## Test Plans
Manually validated on iOS and Android devices
0 commit comments