Skip to content

Commit

Permalink
Change android app name and id
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian8j2 committed Dec 9, 2024
1 parent 6e7dd3c commit 0e4ea3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
android {

defaultConfig {
applicationId "io.horizontalsystems.bankwallet"
applicationId "io.horizontalsystems.bankwallet.airgap"
compileSdk compile_sdk_version
minSdkVersion min_sdk_version
targetSdkVersion compile_sdk_version
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="App_Name" translatable="false">Unstoppable</string>
<string name="App_Name" translatable="false">Airgap Unstoppable</string>
<string name="DeeplinkScheme" translatable="false">unstoppable</string>

<!--Common-->
Expand Down

0 comments on commit 0e4ea3d

Please sign in to comment.