contrib/mnit_test: compile 2 versions of mnit_simple for Android
[nit.git] / contrib / mnit_test / src / simple.nit
index b89f8af..07dd3a3 100644 (file)
@@ -16,7 +16,7 @@
 
 # Very simple application
 module simple is
-       app_name("mnit Simple example") # On Android, this name is hidden by the value in `res/values/strings.xml`
+       app_name "mnit Minimal"
        app_version(0, 2, git_revision)
 end