We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b368465 commit 719704dCopy full SHA for 719704d
core/build.xml
@@ -10,7 +10,7 @@
10
<property name="core.jar.path" value="../android-core.zip" />
11
12
<!-- Android platform to build the core library -->
13
- <property name="android.platform" value="android-23" />
+ <property name="android.platform" value="android-25" />
14
15
<!-- Wear version to build the core library -->
16
<property name="wear.version" value="2.0.0" />
gradle.properties
@@ -1,3 +1,3 @@
1
// Set your Android SDK location and version here
2
sdkdir=/Users/andres/code/android/sdk
3
-sdkver=23
+sdkver=25
0 commit comments