mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
fix(android): automatically extract native libraries
This commit is contained in:
parent
31b39a49d6
commit
a920f899fb
2 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
* Add workaround for a native library loading crash observed on some devices
|
||||||
|
|
||||||
## [1.27.0] - 2023-05-31
|
## [1.27.0] - 2023-05-31
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -36,6 +36,7 @@ android {
|
||||||
applicationIdSuffix = ".benchmark"
|
applicationIdSuffix = ".benchmark"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
packaging { jniLibs { useLegacyPackaging = true } }
|
||||||
}
|
}
|
||||||
|
|
||||||
whetstone {
|
whetstone {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue