Learn your German verbs easily
StarkeVerben is an Android application that aims to help people learning their strong verbs.
In order to compile this application, make sure you have the Android SDK installed and the environment variable ANDROID_HOME
set to it. Then run ./gradlew assembleDebug
on Linux, or gradlew.bat assembleDebug
if you are on Windows. The path to the .apk file will be app/build/outputs/apk/app-debug.apk. You can also run gradlew with installDebug
if your phone is connected via ADB.
If you find something that went wrong, please open an issue. We will try to solve it as soon as we can.
This program is released under the GPL3 license. For further information, please read LICENSE file.