Skip to content

Commit

Permalink
[Demo]更新Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
limpoxe committed Nov 23, 2019
1 parent 6e9e023 commit 9c63269
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Samples/PluginMain/build.gradle
Expand Up @@ -108,7 +108,7 @@ android {
abi {
enable true
reset()
include 'armeabi-v7a', "x86"//select ABIs to build APKs for
include 'armeabi-v7a', "arm64-v8a", "x86"//select ABIs to build APKs for
//universalApk true //generate an additional APK that contains all the ABIs
}
}
Expand Down
Binary file not shown.
5 changes: 3 additions & 2 deletions settings.gradle
@@ -1,8 +1,9 @@
include ':FairyPlugin'
include ':Samples:PluginShareLib'
include ':Samples:PluginMain'

include ':Samples:PluginTesBase'
include ':Samples:PluginHelloWorld'
include ':Samples:PluginMain'
include ':Samples:PluginShareLib'
include ':Samples:PluginTest'
include ':Samples:PluginTest2'
include ':Samples:plugintest3'
Expand Down

0 comments on commit 9c63269

Please sign in to comment.