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.22 " ,
5
+ "version" : " 0.0.24 " ,
6
6
"publisher" : " PraveenPendyala" ,
7
7
"targets" : [
8
8
{
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " android-app-size-ado" ,
3
- "version" : " 0.0.22 " ,
3
+ "version" : " 0.0.24 " ,
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" : {
52
52
"ts-node" : " ^8.5.4" ,
53
53
"typescript" : " ^3.7.4"
54
54
}
55
- }
55
+ }
Original file line number Diff line number Diff line change 10
10
"version" : {
11
11
"Major" : 0 ,
12
12
"Minor" : 0 ,
13
- "Patch" : 22
13
+ "Patch" : 24
14
14
},
15
15
"instanceNameFormat" : " Android App size change - $(baseAppPath) vs $(targetAppPath)" ,
16
16
"inputs" : [
20
20
"label" : " Base app path" ,
21
21
"defaultValue" : " " ,
22
22
"required" : true ,
23
- "helpMarkDown" : " Path to base apk / aab . This is the app before changes"
23
+ "helpMarkDown" : " Path to base apk. This is the app before changes"
24
24
},
25
25
{
26
26
"name" : " targetAppPath" ,
27
27
"type" : " string" ,
28
28
"label" : " Target app path" ,
29
29
"defaultValue" : " " ,
30
30
"required" : true ,
31
- "helpMarkDown" : " Path to target apk / aab . This is the app after changes"
31
+ "helpMarkDown" : " Path to target apk. This is the app after changes"
32
32
},
33
33
{
34
34
"name" : " summaryOutputPath" ,
You can’t perform that action at this time.
0 commit comments