diff --git a/CHANGES.md b/CHANGES.md index b099a8f..9466b2a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +### 1.0.2 +- Fixed: failed to load natives on old Android devices (5.1.1 and down). See #2 + ### 1.0.1 - Updated to libGDX 1.12.1 - Possibly fixed: failed to load natives on old Android devices (5.1.1 and down). See #2 diff --git a/README.md b/README.md index fa22d3c..38ecd5f 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ buildscript { And then just add these records to the dependency section of your `build.gradle` files. > Don't forget to set `gdxBasisuVersion` property with the correct library version -(e.g. declaring `gdxBasisuVersion=1.0.1` in the project's root `settings.gradle` file). +(e.g. declaring `gdxBasisuVersion=1.0.2` in the project's root `settings.gradle` file). #### Core module ```gradle