File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/processing/mode/android Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,10 +84,10 @@ class AndroidBuild extends JavaBuild {
84
84
static public final String min_sdk_wallpaper = "16" ; //
85
85
static public final String min_sdk_cardboard = "19" ; // KitKat (4.4)
86
86
static public final String min_sdk_handheld = "21" ; // Lollipop (5.0)
87
- static public final String min_sdk_watchface = "21 " ; // Lollipop (5 .0)
87
+ static public final String min_sdk_watchface = "23 " ; // Marshmallow (6 .0)
88
88
89
89
// Hard-coded target SDK, no longer user-selected.
90
- static public final String target_sdk = "23 " ; // Marshmallow (6.0 )
90
+ static public final String target_sdk = "25 " ; // Nougat (7.1.1 )
91
91
static public final String target_platform = "android-" + target_sdk ;
92
92
93
93
// Versions of Wear and VR in use
You can’t perform that action at this time.
0 commit comments