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 dfaffa3 commit 23aef1aCopy full SHA for 23aef1a
MPChartExample/build.gradle
@@ -1,6 +1,5 @@
1
apply plugin: 'com.android.application'
2
apply plugin: 'realm-android'
3
-apply plugin: 'maven'
4
5
android {
6
compileSdkVersion 27
build.gradle
@@ -5,10 +5,7 @@
buildscript {
repositories {
7
jcenter()
8
- maven {
9
- url 'https://maven.google.com/'
10
- name 'Google'
11
- }
+ google()
12
}
13
dependencies {
14
classpath "io.realm:realm-gradle-plugin:4.2.0"
0 commit comments