Skip to content

Commit

Permalink
update apk name
Browse files Browse the repository at this point in the history
  • Loading branch information
Asherda committed Feb 6, 2024
1 parent cf879d7 commit a73456a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ android {
// applicationVariants are e.g. debug, release
applicationVariants.all { variant ->
variant.outputs.all { output ->
outputFileName = "VerusMobile-${defaultConfig.versionName}.apk"
outputFileName = "VerusWallet-${defaultConfig.versionName}.apk"
}
}
}
Expand Down

0 comments on commit a73456a

Please sign in to comment.