Merge: new `with` statement
[nit.git] / examples / mnit_simple / src / complete_simple_android.nit
index 7403814..f8cff4f 100644 (file)
@@ -15,7 +15,8 @@
 # limitations under the License.
 
 module complete_simple_android is
-       java_package("org.nitlanguage.test_all")
+       app_namespace "org.nitlanguage.test_all"
+       target_api_version 19
 end
 
 import test_bundle
@@ -24,3 +25,4 @@ import test_shared_preferences
 import test_assets_and_resources
 import test_target_api
 import test_data_store
+import test_intent