Skip to content

Commit 03a7eac

Browse files
Merge pull request #133 from uosl/hotfix/cdvPluginPostBuildExtras
Use cdvPluginPostBuildExtras to avoid plugin conflicts
2 parents 5bfd717 + 7acf5ec commit 03a7eac

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)