Update dependency flutter_lints to v2 - autoclosed #4

Closed
renovate wants to merge 51 commits from renovate_flutter_lints-2.x into master
Showing only changes of commit 6a2b1592fe - Show all commits

View File

@ -30,11 +30,11 @@ if (versionCode == null || versionCode.length < 1 || versionStatus == null || ve
} }
try { try {
const packageName = 'be.fiscalteam.nitro_trustee_mobile'; const packageName = 'comptaplan.app';
// const apkMime = 'application/vnd.android.package-archive'; // const apkMime = 'application/vnd.android.package-archive';
const apkMime = 'application/octet-stream'; const apkMime = 'application/octet-stream';
const apkFileStream = createReadStream(aabFilePath); const apkFileStream = createReadStream(aabFilePath);
const appName = `Nitro admin mobile`; const appName = `My comptaplan`;
const apiKeyFilePath: PathLike = process.env.GOOGLE_APPLICATION_CREDENTIALS; const apiKeyFilePath: PathLike = process.env.GOOGLE_APPLICATION_CREDENTIALS;
// Use GOOGLE_APPLICATION_CREDENTIALS to point to api key (json) // Use GOOGLE_APPLICATION_CREDENTIALS to point to api key (json)