Requirements
------------
* Android SDK
* inkscape (generating icons, required only once)
* optipng (generating icons, required only once)

Steps
-----
0. Make sure you have Android SDK installed and ANDROID_HOME points to the SDK
1. If this is the first time compiling "Počasí v krajích",
   it is required to generate icons using:

    ./gradlew generateIcons

2. Build the application:

    ./gradlew build

