Updating repositories in build.gradle #10624
Unanswered
cliffordgalea42
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an Android application built using
@nativescript/core:8.1.3
.I need to download the private android libraries from a private nexus registry.
It seems like after doing
ns build android
, in theplatforms > android > build.gradle
, the default repositories are being injected:I have tried to add my private repository in
App_Resources > Android > build.gradle
as per below:but only the default repositories are being included in the
platforms > android > build.gradle
.Ideally I only use my private registry to download any dependencies.
Can this be achieved in NativeScript?
Beta Was this translation helpful? Give feedback.
All reactions