mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-25 02:55:23 +00:00
Include relevant version info
This commit is contained in:
parent
2571716e0c
commit
78436366a4
@ -5,6 +5,8 @@ local version_info = {
|
|||||||
name: 'Version Information',
|
name: 'Version Information',
|
||||||
image: docker_base + 'android',
|
image: docker_base + 'android',
|
||||||
commands: [
|
commands: [
|
||||||
|
'cmake --version',
|
||||||
|
'/usr/lib/android-sdk/tools/bin/sdkmanager --list | awk "/Installed/{flag=1; next} /Available/{flag=0} flag"'
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user