2
0
mirror of https://github.com/status-im/status-mobile.git synced 2025-01-27 08:55:39 +00:00

9 lines
168 B
Bash
Raw Normal View History

2017-12-12 09:00:46 +01:00
#!/usr/bin/env bash
function property() {
grep "${2}" ${1}|cut -d'=' -f2
}
function property_gradle() {
property $(repo_path)/android/gradle.properties ${1}
}