Skip to content

Commit

Permalink
updated wear to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codeanticode committed Feb 10, 2017
1 parent d885866 commit 161e04f
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="var" path="ANDROID_LIB"/>
<classpathentry kind="lib" path="library/android-support-v4.jar"/>
<classpathentry kind="lib" path="library/wearable-2.0.0-beta2.jar"/>
<classpathentry kind="lib" path="library/wearable-2.0.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
dependencies {
compile name: 'android'
compile name: 'android-support-v4'
compile name: 'wearable-2.0.0-beta2'
compile name: 'wearable-2.0.0'
}

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion core/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<property name="android.platform" value="android-23" />

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

<!-- oh ant, you're so cute and convoluted -->
<target name="build" depends="sdk_chatter,actual_build" />
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/wear-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# call with the version number of the wearable package to copy from local SDK and extract, i.e.:
# ./wear-update.sh 2.0.0-beta2:

version=2.0.0-beta2
version=2.0.0

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

Expand Down
2 changes: 1 addition & 1 deletion src/processing/mode/android/AndroidBuild.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class AndroidBuild extends JavaBuild {
static public final String target_platform = "android-" + target_sdk;

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


Expand Down

0 comments on commit 161e04f

Please sign in to comment.