Merge: Standardize the name of Android API level annotations
authorJean Privat <jean@pryen.org>
Wed, 13 May 2015 15:20:28 +0000 (11:20 -0400)
committerJean Privat <jean@pryen.org>
Wed, 13 May 2015 15:20:28 +0000 (11:20 -0400)
commitc76ec25868ce7fd9be812c44b090a070caeb37d9
tree171bb20f47a421fcf548ea272b028e77f078f44f
parentb6213263e817abf5c5898a4ba230a3203c5c8cc7
parent4249a1381af4a013533f5010e16848dfabd02e20
Merge: Standardize the name of Android API level annotations

Rename `min_api_version`, `max_api_version` and `target_api_version` to `android_api_min`, `android_api_max` and `android_api_target`. It fits better with the other `android_` annotations (as seen in `lib/android/aware.nit`) and with the `app_` annotations.

> Please ignore the first commit, it is from #1325.

Pull-Request: #1328
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Romain Chanoir <chanoir.romain@courrier.uqam.ca>
Reviewed-by: Ait younes Mehdi Adel <overpex@gmail.com>