when i try to buid an extension it shows
AndroidRuntime:
[mkdir] Created dir: C:\mit-cml-appinventor-sources-308f1f3\appinventor\comp onents\build\classes\AndroidRuntime
[javac] Warning: com\google\appinventor\components\runtime\Animations_View.j ava modified in the future.
[javac] Compiling 316 source files to C:\mit-cml-appinventor-sources-308f1f3 \appinventor\components\build\classes\AndroidRuntime
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
[javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
[javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[javac] C:\mit-cml-appinventor-sources-308f1f3\appinventor\components\src\co m\daimajia\androidanimations\library\YoYo.java:102: error: diamond operator is n ot supported in -source 1.5
[javac] private List<Animator.AnimatorListener> callbacks = new Arra yList<>();
[javac] ^
[javac] (use -source 7 or higher to enable diamond operator)
[javac] 1 error
[javac] 4 warnings
BUILD FAILED