We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4658f24 commit 05f91a6Copy full SHA for 05f91a6
android/ops/build.gradle
@@ -3,6 +3,7 @@ apply plugin: 'maven'
3
4
repositories {
5
jcenter()
6
+ mavenCentral()
7
maven {
8
url "https://oss.sonatype.org/content/repositories/snapshots"
9
}
android/test_app/app/build.gradle
@@ -2,6 +2,7 @@ apply plugin: 'com.android.application'
2
0 commit comments