Skip to content

Commit 402cffa

Browse files
committed
- Fix minor oopsie for Android
1 parent 7ba03b2 commit 402cffa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ platforms:
4646
script_location: toolchain/ci
4747
template_location: toolchain/cmake/Templates
4848
version:
49-
hotfix: 1
49+
hotfix: 2
5050
major: 0
5151
minor: 3
5252
patch: 0

pre-build-script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# Download a downgraded Android build image, uses NDK 14 instead of 16
33
#
44
if [[ "$BUILDVARIANT" == "android."* ]]; then
5-
docker pull hbirch/android:r14b
6-
docker tag hbirch/android:r14b hbirch/coffeecutie:android
5+
docker pull hbirch/android:r15c
6+
docker tag hbirch/android:r15c hbirch/coffeecutie:android
77
fi

0 commit comments

Comments
 (0)