X-Git-Url: http://nitlanguage.org diff --git a/lib/android/intent/intent_api17.nit b/lib/android/intent/intent_api17.nit index 9e3ec13..1d92cdc 100644 --- a/lib/android/intent/intent_api17.nit +++ b/lib/android/intent/intent_api17.nit @@ -15,7 +15,7 @@ # limitations under the License. # Refines intent module to add API 17 services -module intent_api17 +module intent_api17 is android_api_min 17 import intent_api16