Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit 87a714b

Browse files
authored
Merge pull request #16 from microsoft/update-libs
Updated libs
2 parents 63e9baf + 531095b commit 87a714b

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

ado-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifestVersion": 1,
33
"id": "android-app-size-diff-utils",
44
"name": "Android app size changes",
5-
"version": "0.0.30",
5+
"version": "0.0.31",
66
"publisher": "PraveenPendyala",
77
"targets": [
88
{

dist_gh_action/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "android-app-size-diff",
3-
"version": "0.0.30",
3+
"version": "0.0.31",
44
"description": "Azure DevOps task to measure the size in Android app size by looking at 2 given APKs and AABs",
55
"main": "index.js",
66
"scripts": {

src/apkAnalyzer/CiRunner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default class CiRunner {
6565

6666
private async runAppSizeAnalysisWithTelemetry() {
6767
// Configure and enable telemetry
68-
appInsights.setup('0ba004b8-ff05-41fa-a241-3f026d68fc3a') // Change this to your own instrumentation key
68+
appInsights.setup("InstrumentationKey=badea35a-1e7a-436e-bdbb-d2efc83ed8ee;IngestionEndpoint=https://ukwest-0.in.applicationinsights.azure.com/") // Change this to your own instrumentation key
6969
.setAutoDependencyCorrelation(true)
7070
.setAutoCollectRequests(true)
7171
.setAutoCollectPerformance(true, true)

src/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"version": {
1111
"Major": 0,
1212
"Minor": 0,
13-
"Patch": 30
13+
"Patch": 31
1414
},
1515
"instanceNameFormat": "Android App size change - $(baseAppPath) vs $(targetAppPath)",
1616
"inputs": [

0 commit comments

Comments
 (0)