1 Star 0 Fork 0

king/lottie-android

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
decrypt.sh 286 Bytes
一键复制 编辑 原始数据 按行查看 历史
if [ "$TRAVIS_REPO_SLUG" != "airbnb/lottie-android" ]; then
echo "Skipping decrypt because api keys are not available from forks."
exit 0
fi
openssl aes-256-cbc -K $encrypted_7f6a0d70974a_key -iv $encrypted_7f6a0d70974a_iv -in secrets.tar.enc -out secrets.tar -d
tar xvf secrets.tar
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wjx1018960145/lottie-android.git
git@gitee.com:wjx1018960145/lottie-android.git
wjx1018960145
lottie-android
lottie-android
master

搜索帮助