diff --git a/README.md b/README.md index 7019084..4ed1666 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MoonCal -This is an application for Android that shows calendar with moon phase. +An application for Android that shows calendar with moon phase. screenshot @@ -11,6 +11,11 @@ Verified on an Android 4.1.2 device and an Android 4.4 emulator ## Changes +Version 6 + +* Support Android 5.0 library behavior (DatePickerDialog) +* The new Material theme on Android 5.0 + Version 5 * Supported years extended to 1923-2037 on 32-bit platforms. @@ -25,7 +30,7 @@ Version 4 * Use best representation of Year/Month based on locale settings (only on API>=19). ## How to compile -Requires NDK R10. +Requires NDK R10c. * run ndk-build script included in the NDK in jni directory * compile using Eclipse