Error: String types not allowed (at 'configChanges' with value 'keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize'). って言うエラーではまる by titanium3.1.1 android windows

Error: String types not allowed (at 'configChanges' with value 'keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize').

っていうエラー、
ti.admobモジュールを使っていることをすっかり忘れてはまってしまった
tiapp.xml

    <android xmlns:android="http://schemas.android.com/apk/res/android"/>

を、下記に変更すれば問題なしー

    <android xmlns:android="http://schemas.android.com/apk/res/android">
        <tool-api-level>14</tool-api-level>
    </android>