File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 40
40
define ('ANDROID_API_OREO ' , 26 );
41
41
define ('ANDROID_API_OREO_MR1 ' , 27 );
42
42
define ('ANDROID_API_PIE ' , 28 );
43
+ define ('ANDROID_API_Q ' , 29 );
43
44
44
45
/**
45
46
*
@@ -83,7 +84,8 @@ class AndroidPlatform
83
84
ANDROID_API_NOUGAT_MR1 => array ('versions ' => array ('7.1 ' ), 'url ' => 'https://developer.android.com/about/versions/nougat/android-7.1 ' ),
84
85
ANDROID_API_OREO => array ('versions ' => array ('8.0 ' ), 'url ' => 'https://developer.android.com/about/versions/oreo/android-8.0 ' ),
85
86
ANDROID_API_OREO_MR1 => array ('versions ' => array ('8.1 ' ), 'url ' => 'https://developer.android.com/about/versions/oreo/android-8.1 ' ),
86
- ANDROID_API_PIE => array ('versions ' => array ('9.0 ' ), 'url ' => 'https://developer.android.com/about/versions/pie/android-9.0 ' )
87
+ ANDROID_API_PIE => array ('versions ' => array ('9.0 ' ), 'url ' => 'https://developer.android.com/about/versions/pie/android-9.0 ' ),
88
+ ANDROID_API_Q => array ('versions ' => array ('10.0 ' ), 'url ' => 'https://developer.android.com/about/versions/10/features ' )
87
89
);
88
90
89
91
public $ level = null ;
You can’t perform that action at this time.
0 commit comments