1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-11-09 12:32:30 +01:00

Remove duplicate sdkmanager

This commit is contained in:
Allan Wang 2021-08-30 01:21:12 -07:00
parent fbee4b4232
commit 932fc7bbc4
No known key found for this signature in database
GPG Key ID: 69D90B885D405BDB

View File

@ -33,7 +33,6 @@ before_install:
- openssl aes-256-cbc -K $encrypted_0454d0cf846c_key -iv $encrypted_0454d0cf846c_iv
-in files/frost.tar.enc -out files/frost.tar -d
- tar xvf files/frost.tar
- yes | sdkmanager "platforms;android-$ANDROID_API"
after_success:
- "./generate-apk-release.sh"
script: