X-Git-Url: http://nitlanguage.org diff --git a/lib/android/intent/intent_api15.nit b/lib/android/intent/intent_api15.nit index 4a73e44..4df53ce 100644 --- a/lib/android/intent/intent_api15.nit +++ b/lib/android/intent/intent_api15.nit @@ -15,7 +15,7 @@ # limitations under the License. # Refines intent module to add API 15 services -module intent_api15 +module intent_api15 is min_api_version(15) import intent_api14