Skip to content

Commit 05f91a6

Browse files
IvanKobzarevfmassa
andauthored
[android] Add mavenCentral repository for release publishing (#4067)
ghstack-source-id: 7a9c81f Pull Request resolved: #4066 Co-authored-by: Francisco Massa <[email protected]>
1 parent 4658f24 commit 05f91a6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

android/ops/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ apply plugin: 'maven'
33

44
repositories {
55
jcenter()
6+
mavenCentral()
67
maven {
78
url "https://oss.sonatype.org/content/repositories/snapshots"
89
}

android/test_app/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apply plugin: 'com.android.application'
22

33
repositories {
44
jcenter()
5+
mavenCentral()
56
maven {
67
url "https://oss.sonatype.org/content/repositories/snapshots"
78
}

0 commit comments

Comments
 (0)