Skip to content

Commit

Permalink
Update changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaphore committed Nov 20, 2023
1 parent 0702543 commit 1e5f00b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e5f00b

Please sign in to comment.