parent
054b566915
commit
f8238185cc
@ -36,7 +36,7 @@ TaskFunction createBasicMaterialAppSizeTest() {
|
||||
releaseSizeInBytes = await file('${sampleDir.path}/build/app.ipa').length();
|
||||
} else {
|
||||
await flutter('build', options: <String>['apk', '--release']);
|
||||
releaseSizeInBytes = await file('${sampleDir.path}/android/app/build/outputs/apk/app.apk').length();
|
||||
releaseSizeInBytes = await file('${sampleDir.path}/build/app/outputs/apk/app-release.apk').length();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user