mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-11 20:17:57 +00:00
Include relevant version info
This commit is contained in:
@@ -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"'
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user