changed build system for Android from Ant to Gradle
[rocksndiamonds.git] / build-projects / android / app / src / main / java / org / artsoft / rocksndiamonds / RocksNDiamonds.java
1
2 package org.artsoft.rocksndiamonds;
3
4 import org.libsdl.app.SDLActivity;
5
6 public class RocksNDiamonds extends SDLActivity { }