6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit be71670f
Changed files
azure/templates/build-android.yml | 6 ++++++ 1 file changed, 6 insertions(+)
Diff
diff --git a/azure/templates/build-android.yml b/azure/templates/build-android.yml
index 3b6756df..404079c4 100644
--- a/azure/templates/build-android.yml
+++ b/azure/templates/build-android.yml
@@ -61,6 +61,12 @@ stages:
contents: "**/*.env"
targetFolder: "$(Build.SourcesDirectory)/comwell_key_app"
cleanTargetFolder: false
+ - task: android-manifest-version@1
+ inputs:
+ sourcePath: '$(Build.SourcesDirectory)/comwell_key_app/android/app/src/main'
+ versionCodeOption: 'buildid'
+ versionCode: '$(Build.BuildId)'
+ printFile: true
- task: FlutterInstall@0
displayName: "Install Flutter SDK"