Add commit details from main repo in build.gradle

This commit is contained in:
Bart Sopers 2020-03-03 22:23:20 +01:00
parent d7a23dcd52
commit 2c8c0e705d

View file

@ -117,6 +117,11 @@ android {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// if you change minSdkVersion to less than 11, you need to change executeTask for wear // if you change minSdkVersion to less than 11, you need to change executeTask for wear
// OMNIPOD: Keep track of what commit from the main repository we're on, these fields aren't actually used anywhere
buildConfigField "String", "DEV_VERSION", '"2.6.0"'
buildConfigField "String", "DEV_VERSION_COMMIT", '"c3dbd1ec2446647169bb8ee1e3067a96ff8af394"'
buildConfigField "String", "DEV_VERSION_COMMIT_DATE", '"1.3.2020"' // 1st of March
ndk { ndk {
moduleName "BleCommandUtil" moduleName "BleCommandUtil"
} }