Skip to content

Commit 9d2b250

Browse files
committed
1. add all abi to tinker lib pattern
1 parent 314ab53 commit 9d2b250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tinker-sample-android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ if (buildWithTinker()) {
288288
* for library in assets, we would just recover them in the patch directory
289289
* you can get them in TinkerLoadResult with Tinker
290290
*/
291-
pattern = ["lib/armeabi/*.so"]
291+
pattern = ["lib/*/*.so"]
292292
}
293293

294294
res {

0 commit comments

Comments
 (0)