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
Currently when ./gradlew :app:build is called in CI without previously calling ./gradlew :sgbmandroid:build the build fails because the library is not getting built. I don't see such behaviour locally.
Currently when
./gradlew :app:buildis called in CI without previously calling./gradlew :sgbmandroid:buildthe build fails because the library is not getting built. I don't see such behaviour locally.