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 5b729d4 commit 268432bCopy full SHA for 268432b
MPChartExample/build.gradle
@@ -1,4 +1,6 @@
1
-apply plugin: 'com.android.application'
+plugins {
2
+ id 'com.android.application'
3
+}
4
5
android {
6
compileSdkVersion 30
MPChartLib/build.gradle
@@ -1,5 +1,6 @@
-apply plugin: 'com.android.library'
-apply plugin: 'com.github.dcendents.android-maven'
+ id 'com.android.library'
0 commit comments