Sign in
android
/
platform
/
frameworks
/
support
/
40c00d97fa7cea483a97ab3f2fa11306a3dfc87b
/
.
/
busytown
/
androidx_max_dep_versions.sh
blob: 72c666574fadae4f680d391ef5bb70e143e223fd [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
e
echo
"Starting $0 at $(date)"
cd
"$(dirname $0)"
impl
/
build
.
sh assembleRelease assembleAndroidTest \
-
Pandroidx
.
useMaxDepVersions \
"$@"
echo
"Completing $0 at $(date)"