Skip to content

Commit f73d608

Browse files
committed
use wear_square as device definition for wear
1 parent 3be8875 commit f73d608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/processing/mode/android/AVD.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public class AVD {
6767
static final String DEVICE_DEFINITION = "Nexus 5";
6868
static final String DEVICE_SKIN = "1080x1920";
6969

70-
static final String DEVICE_WEAR_DEFINITION = "wear_square_280_280dpi";
70+
static final String DEVICE_WEAR_DEFINITION = "wear_square";
7171
static final String DEVICE_WEAR_SKIN = "280x280";
7272

7373
/** Name of this avd. */

0 commit comments

Comments
 (0)