Update README.md

This commit is contained in:
Tilman Kranz 2018-03-21 13:31:47 +01:00
parent 0d2f3e8aed
commit 52dc2b8d98

View File

@ -6,3 +6,13 @@ This is a gradle-based project for Android Studio, tested in Version 3.0.1. It b
The app, when launched, clears the display and draws a yellow rectangle on a black backdrop.
The app will exit on the first touch event.
Dependencies
------------
This project depends on the Allegro game development library (http://liballeg.org); the dependency is automatically resolved by Android Studio using the Maven AAR distribution at JFrog Bintray (https://bintray.com/liballeg/maven).
Credits
-------
Elias Pschernig's step-by-step tutorial on using Allegro with Android Studio (https://github.com/liballeg/android).