From be61c293e34bafe5cd3730513fb88973a6341168 Mon Sep 17 00:00:00 2001 From: reasje Date: Tue, 28 May 2024 16:19:38 +0330 Subject: [PATCH] fix: files name update --- android/app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index 05c747d7..f4816348 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -49,6 +49,8 @@ android { flavor.manifestPlaceholders = [CHANNEL: name] } + project.ext.set("appName", "axs-wallet") + defaultConfig { applicationId "com.mxc.axswallet" // You can update the following values to match your application needs. @@ -57,6 +59,7 @@ android { targetSdkVersion 33 versionCode System.getenv('APPCENTER_BUILD_ID')?.toInteger() ?: 404 versionName flutterVersionName + setProperty("archivesBaseName", "$appName") } signingConfigs {