btimofeev / UniPatcher

A game console ROM patcher for Android
GNU General Public License v3.0
155 stars 18 forks source link

Library updates, some QoL stuff #54

Closed TacoTheDank closed 3 years ago

TacoTheDank commented 3 years ago

1st commit

I couldn't update to the latest versions because of some versioning-related error regarding AS 4.2.x and the version of Hilt currently being used. Hilt needs to be updated for AS 4.2.x but I'm pretty unfamiliar with it and I don't want to accidentally break anything. That said, Hilt is now stable, so that's nice at least. There's also a new version of CMake to update to as well.

2nd commit

3rd commit

4th commit

5th commit

(please be sure to read the changelogs here and utilize any new changes/features if necessary)

6th commit

Built an APK and tested it.

btimofeev commented 3 years ago

Thanks, I'll take a look at the changes. Next time, please split the commits into different pull requests.