fix(android): automatically extract native libraries

This commit is contained in:
Harsh Shandilya 2023-06-03 23:52:29 +05:30
parent 31b39a49d6
commit a920f899fb
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Fixed
* Add workaround for a native library loading crash observed on some devices
## [1.27.0] - 2023-05-31
### Changed

View file

@ -36,6 +36,7 @@ android {
applicationIdSuffix = ".benchmark"
}
}
packaging { jniLibs { useLegacyPackaging = true } }
}
whetstone {