robertohuertasm / SQLite4Unity3d

SQLite made easy for Unity3d
MIT License
1.28k stars 265 forks source link

Feature/versionup sqlite dll #64

Closed TakuKobayashi closed 7 years ago

TakuKobayashi commented 7 years ago

Now, I am developing applications using this project. However, I have introduced it to the project after modifying it slightly. In order to build and use iOS, it was necessary to use the latest dll version of SQLite.(Version 3.19.3) So,I did version up the SQLite dll version and pull request.

robertohuertasm commented 7 years ago

Thanks @TakuKobayashi!