Skip to content

Commit 7acf5ec

Browse files
committed
Use cdvPluginPostBuildExtras to avoid plugin conflicts
1 parent f464728 commit 7acf5ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
ext.postBuildExtras = {
1+
cdvPluginPostBuildExtras.add({
22
android {
33
compileOptions {
44
sourceCompatibility JavaVersion.VERSION_1_8
55
targetCompatibility JavaVersion.VERSION_1_8
66
}
77
}
8-
}
8+
})

0 commit comments

Comments
 (0)