lib/android: Added Intent API tests to mnit_simple
[nit.git] / examples / mnit_simple / src / test_target_api.nit
index c59b3dc..6a2503a 100644 (file)
@@ -16,9 +16,8 @@
 
 # Test for the API level related annotations
 module test_target_api is
-       min_sdk_version(10)
-       max_sdk_version(19)
-       target_sdk_version(11)
+       min_api_version(10)
+       max_api_version(19)
 end
 
 import simple_android