Skip to content

Commit 268432b

Browse files
committed
Gradle plugin DSL
1 parent 5b729d4 commit 268432b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

MPChartExample/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
apply plugin: 'com.android.application'
1+
plugins {
2+
id 'com.android.application'
3+
}
24

35
android {
46
compileSdkVersion 30

MPChartLib/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
apply plugin: 'com.android.library'
2-
apply plugin: 'com.github.dcendents.android-maven'
1+
plugins {
2+
id 'com.android.library'
3+
}
34

45
android {
56
compileSdkVersion 30

0 commit comments

Comments
 (0)