Skip to content

Commit 161e04f

Browse files
committed
updated wear to 2.0.0
1 parent d885866 commit 161e04f

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed

core/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="var" path="ANDROID_LIB"/>
55
<classpathentry kind="lib" path="library/android-support-v4.jar"/>
6-
<classpathentry kind="lib" path="library/wearable-2.0.0-beta2.jar"/>
6+
<classpathentry kind="lib" path="library/wearable-2.0.0.jar"/>
77
<classpathentry kind="output" path="bin"/>
88
</classpath>

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
dependencies {
1212
compile name: 'android'
1313
compile name: 'android-support-v4'
14-
compile name: 'wearable-2.0.0-beta2'
14+
compile name: 'wearable-2.0.0'
1515
}
1616

1717
sourceSets {

core/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<property name="android.platform" value="android-23" />
1414

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

1818
<!-- oh ant, you're so cute and convoluted -->
1919
<target name="build" depends="sdk_chatter,actual_build" />
Binary file not shown.

scripts/wear-update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# call with the version number of the wearable package to copy from local SDK and extract, i.e.:
1616
# ./wear-update.sh 2.0.0-beta2:
1717

18-
version=2.0.0-beta2
18+
version=2.0.0
1919

2020
cp $ANDROID_SDK/extras/google/m2repository/com/google/android/support/wearable/$version/wearable-$version.aar .
2121

src/processing/mode/android/AndroidBuild.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class AndroidBuild extends JavaBuild {
9090
static public final String target_platform = "android-" + target_sdk;
9191

9292
// Versions of Wear and VR in use
93-
static public final String wear_version = "2.0.0-beta2";
93+
static public final String wear_version = "2.0.0";
9494
static public final String gvr_sdk_version = "1.10.0";
9595

9696

0 commit comments

Comments
 (0)