We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba03b2 commit 402cffaCopy full SHA for 402cffa
.build.yml
@@ -46,7 +46,7 @@ platforms:
46
script_location: toolchain/ci
47
template_location: toolchain/cmake/Templates
48
version:
49
- hotfix: 1
+ hotfix: 2
50
major: 0
51
minor: 3
52
patch: 0
pre-build-script.sh
@@ -2,6 +2,6 @@
2
# Download a downgraded Android build image, uses NDK 14 instead of 16
3
#
4
if [[ "$BUILDVARIANT" == "android."* ]]; then
5
- docker pull hbirch/android:r14b
6
- docker tag hbirch/android:r14b hbirch/coffeecutie:android
+ docker pull hbirch/android:r15c
+ docker tag hbirch/android:r15c hbirch/coffeecutie:android
7
fi
0 commit comments