Skip to content

Commit 719704d

Browse files
committed
use SDK level 25 to build core
1 parent b368465 commit 719704d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<property name="core.jar.path" value="../android-core.zip" />
1111

1212
<!-- Android platform to build the core library -->
13-
<property name="android.platform" value="android-23" />
13+
<property name="android.platform" value="android-25" />
1414

1515
<!-- Wear version to build the core library -->
1616
<property name="wear.version" value="2.0.0" />

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Set your Android SDK location and version here
22
sdkdir=/Users/andres/code/android/sdk
3-
sdkver=23
3+
sdkver=25

0 commit comments

Comments
 (0)