Skip to content

Commit f1a9ae0

Browse files
committed
updated some comments in scripts
1 parent a1028ce commit f1a9ae0

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

scripts/compat-update.sh

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
#!/bin/bash
22

3-
# I have being unable to find Google's repository from where Android Studio gets the wear
4-
# aar files. People have been trying to solve this in relation to using Eclipse to build
5-
# wear apps, for example:
6-
# http://stackoverflow.com/questions/27913902/dependencies-from-android-gradle-build-or-how-to-build-an-android-wear-app-wit
7-
# However, both JCenter and Maven Central don't seem to hold any wearable pacakges:
8-
# https://jcenter.bintray.com/com/google/android/
9-
# https://search.maven.org/#search%7Cga%7C1%7Cwearable
10-
# So far, only found two odd repostories with up-to-date versions of the aar packages:
11-
# http://uiq3.sourceforge.net/Repository/com/google/android/support/wearable/
12-
# http://mvn.sibext.com/com/google/android/support/wearable/
13-
# (one is maintained by a company in Siberia)
14-
153
# Usage:
164
# call with location of the Android SDk, e.g.:
175
# ./compat-update.sh ~/code/android/sdk

scripts/gvrsdk-update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# Usage:
99
# call with the version number of the GVR SDK package to download and extract, i.e.:
10-
# ./gvrsdk-update.sh 1.10.0
10+
# ./gvrsdk-update.sh 1.20.0
1111

1212
ver=$1
1313
sdk=v$1

scripts/wear-update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Usage:
1515
# call with the version number of the wearable package to copy from local SDK and extract, i.e.:
16-
# ./wear-update.sh 2.0.0-beta2:
16+
# ./wear-update.sh 2.0.0:
1717

1818
version=$1
1919

0 commit comments

Comments
 (0)