"docs/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "86555c9f59342c3b1a984a6899b17f57d48ce04b"
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'
repositories {
jcenter()
mavenCentral()
maven {
url "https://oss.sonatype.org/content/repositories/snapshots"
}
......
......@@ -2,6 +2,7 @@ apply plugin: 'com.android.application'
repositories {
jcenter()
mavenCentral()
maven {
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