mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
8 lines
217 B
Bash
Executable file
8 lines
217 B
Bash
Executable file
#!/bin/sh
|
|
|
|
VP4A='v2024.01.21'
|
|
VBUILDOZER='3ebc09e885457db4747e67a1250c2aea1ca7a046'
|
|
VCPYTHON='v3.11.5'
|
|
VCYTHON='3.0.10'
|
|
AAPI=$(cat buildozer.spec | grep -e "^android[.]api" | sed -E "s/^.*([0-9].).*/\1/")
|
|
export AAPI
|