Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
fix: files name update
Browse files Browse the repository at this point in the history
  • Loading branch information
reasje committed May 28, 2024
1 parent 21eb238 commit be61c29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -57,6 +59,7 @@ android {
targetSdkVersion 33
versionCode System.getenv('APPCENTER_BUILD_ID')?.toInteger() ?: 404
versionName flutterVersionName
setProperty("archivesBaseName", "$appName")
}

signingConfigs {
Expand Down

0 comments on commit be61c29

Please sign in to comment.