forked from foobnix/LibreraReader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
update_all.sh
executable file
·35 lines (27 loc) · 2.14 KB
/
update_all.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#Android 8.1 (API 27) SDK Platform
version=27.1.1
ads=15.0.0
lifecycle=1.1.1
git clone https://github.com/dandar3/android-support-v4 --branch $version
git clone https://github.com/dandar3/android-support-compat --branch $version
git clone https://github.com/dandar3/android-support-core-ui --branch $version
git clone https://github.com/dandar3/android-support-core-utils --branch $version
git clone https://github.com/dandar3/android-support-fragment --branch $version
git clone https://github.com/dandar3/android-support-media-compat --branch $version
git clone https://github.com/dandar3/android-support-annotations --branch $version
#git clone https://github.com/dandar3/android-support-collections
#git clone https://github.com/dandar3/android-support-versionedparcelable
git clone https://github.com/dandar3/android-arch-core-common --branch $lifecycle
git clone https://github.com/dandar3/android-arch-core-runtime --branch $lifecycle
git clone https://github.com/dandar3/android-arch-lifecycle-common --branch $lifecycle
git clone https://github.com/dandar3/android-arch-lifecycle-runtime --branch $lifecycle
git clone https://github.com/dandar3/android-arch-lifecycle-viewmodel --branch $lifecycle
git clone https://github.com/dandar3/android-arch-lifecycle-livedata-core --branch $lifecycle
git clone https://github.com/dandar3/android-google-play-services-ads google-play-services-ads --branch $ads
git clone https://github.com/dandar3/android-google-play-services-ads-base google-play-services-ads-base --branch $ads
git clone https://github.com/dandar3/android-google-play-services-ads-identifier google-play-services-ads-identifier --branch $ads
git clone https://github.com/dandar3/android-google-play-services-ads-lite google-play-services-ads-lite --branch $ads
git clone https://github.com/dandar3/android-google-play-services-basement google-play-services-basement --branch $ads
git clone https://github.com/dandar3/android-google-play-services-gass google-play-services-gass --branch $ads
git clone https://github.com/dandar3/android-support-v7-recyclerview --branch $version
git clone https://github.com/dandar3/android-support-v7-cardview --branch $version