-
Notifications
You must be signed in to change notification settings - Fork 291
Update project-generation.md #197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
corrected gdx-liftoff capitalization
Added gdx-liftoff info for alternative Android audio options
updated pages replacing gdx-setup with gdx-liftoff
wiki/articles/updating-libgdx.md
Outdated
|
|
||
| ## Additional Steps | ||
| Since Gradle updates often introduce breaking changes, you might need to take additional steps to get your project running again after an update. Usually, we recommend just recreating your project structure with the setup tool and then copying over your dependencies and code. Alternatively, you can take a look at the changes we made to the setup tool's example project [here](https://github.com/libgdx/libgdx/commits/master/extensions/gdx-setup). | ||
| Since Gradle updates often introduce breaking changes, you might need to take additional steps to get your project running again after an update. Usually, we recommend just recreating your project structure with the gdx-liftoff setup tool and then copying over your dependencies and code. <!--Alternatively, you can take a look at the changes we made to the setup tool's example project [here](https://github.com/libgdx/libgdx/commits/master/extensions/gdx-setup).--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The commented section could be replaced to mention the already-generated sample repos: https://github.com/libgdx/gdx-liftoff-demo and/or https://github.com/libgdx/gdx-liftoff-demo-kotlin . Those do have a history that gets updated generally once per release, which makes it easy enough to see what changed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added the link to the libgdx demo
Added info and link about gdx-liftoff demo
| #### Update to release 1.9.12 | ||
|
|
||
| * HTML: You can delete the soundmanager files for HTML Project and the references in index.html | ||
| * HTML: You can delete the soundmanager files for HTML Project and the references iupdated pages replacing gdx-setup with gdx-liftoffn index.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Take a closer look at your remnants of in.
Initial rewrite to update using Gdx-LiftOff.
TODO: There are comments that will need to be cleaned up before merging.