From 2c8c0e705df189675068cf3566c0c54d1b5a890f Mon Sep 17 00:00:00 2001 From: Bart Sopers Date: Tue, 3 Mar 2020 22:23:20 +0100 Subject: [PATCH] Add commit details from main repo in build.gradle --- app/build.gradle | 5 +++++ 1 file changed, 5 insertions(+) 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" }