This repository was archived by the owner on Mar 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
"manifestVersion" : 1 ,
3
3
"id" : " android-app-size-diff" ,
4
4
"name" : " Android app size changes" ,
5
- "version" : " 0.0.20 " ,
5
+ "version" : " 0.0.22 " ,
6
6
"publisher" : " PraveenPendyala" ,
7
7
"targets" : [
8
8
{
18
18
},
19
19
"files" : [
20
20
{
21
- "path" : " dist/src/ "
21
+ "path" : " dist/src"
22
22
}
23
23
],
24
24
"contributions" : [
29
29
" ms.vss-distributed-task.tasks"
30
30
],
31
31
"properties" : {
32
- "name" : " dist/src/ "
32
+ "name" : " dist/src"
33
33
}
34
34
}
35
35
]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " android-app-size-ado" ,
3
- "version" : " 0.0.20 " ,
3
+ "version" : " 0.0.22 " ,
4
4
"description" : " Azure DevOps task to measure the size in Android app size by looking at 2 given APKs and AABs" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
50
50
"ts-node" : " ^8.5.4" ,
51
51
"typescript" : " ^3.7.4"
52
52
}
53
- }
53
+ }
Original file line number Diff line number Diff line change 10
10
"version" : {
11
11
"Major" : 0 ,
12
12
"Minor" : 0 ,
13
- "Patch" : 20
13
+ "Patch" : 22
14
14
},
15
15
"instanceNameFormat" : " Android App size change - $(baseAppPath) vs $(targetAppPath)" ,
16
16
"inputs" : [
You can’t perform that action at this time.
0 commit comments