tweak build script. fix rejection.

This commit is contained in:
Akinwale Ariwodola 2020-08-19 16:44:39 +01:00
parent 0b7e596ff2
commit e914330028
2 changed files with 3 additions and 2 deletions

View file

@ -27,8 +27,8 @@ build apk:
- yarn
- chmod u+x ./release.sh
- ./release.sh
- cp bin/browser-$BUILD_VERSION-release__arm.apk /dev/null
- cp bin/browser-$BUILD_VERSION-release__arm64.apk /dev/null
- cp bin/browser-$BUILD_VERSION-release__arm.apk $CI_PROJECT_DIR
- cp bin/browser-$BUILD_VERSION-release__arm64.apk $CI_PROJECT_DIR
deploy build.lbry.io:
image: python:stretch

View file

@ -239,6 +239,7 @@ public class ManualVerificationFragment extends Fragment {
setTextColor(Color.WHITE).
setBackgroundTint(Color.RED).show();
}
hideLoading();
}
}