diff --git a/app/build.gradle b/app/build.gradle index 73c31d726a..fbbc987a3b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -117,6 +117,11 @@ android { testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" // 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 { moduleName "BleCommandUtil" }