Unverified Commit 05f91a69 authored by Ivan Kobzarev's avatar Ivan Kobzarev Committed by GitHub
Browse files

[android] Add mavenCentral repository for release publishing (#4067)

ghstack-source-id: 7a9c81f1786b94ee9d542a3c4bf1ba87b7e83e57
Pull Request resolved: https://github.com/pytorch/vision/pull/4066

Co-authored-by: default avatarFrancisco Massa <fvsmassa@gmail.com>
parent 4658f24d
...@@ -3,6 +3,7 @@ apply plugin: 'maven' ...@@ -3,6 +3,7 @@ apply plugin: 'maven'
repositories { repositories {
jcenter() jcenter()
mavenCentral()
maven { maven {
url "https://oss.sonatype.org/content/repositories/snapshots" url "https://oss.sonatype.org/content/repositories/snapshots"
} }
......
...@@ -2,6 +2,7 @@ apply plugin: 'com.android.application' ...@@ -2,6 +2,7 @@ apply plugin: 'com.android.application'
repositories { repositories {
jcenter() jcenter()
mavenCentral()
maven { maven {
url "https://oss.sonatype.org/content/repositories/snapshots" url "https://oss.sonatype.org/content/repositories/snapshots"
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment