File tree Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
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
-
15
3
# Usage:
16
4
# call with location of the Android SDk, e.g.:
17
5
# ./compat-update.sh ~/code/android/sdk
Original file line number Diff line number Diff line change 7
7
8
8
# Usage:
9
9
# 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
11
11
12
12
ver=$1
13
13
sdk=v$1
Original file line number Diff line number Diff line change 13
13
14
14
# Usage:
15
15
# 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:
17
17
18
18
version=$1
19
19
You can’t perform that action at this time.
0 commit comments