Skip to content

Commit e56b61a

Browse files
committed
ONE-7042: fix NFC app label
1 parent 94207cd commit e56b61a

File tree

3 files changed

+5
-38
lines changed

3 files changed

+5
-38
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<host-apdu-service xmlns:android="http://schemas.android.com/apk/res/android"
2-
android:description="@string/app_name"
2+
android:description="@string/APP_NAME"
33
android:requireDeviceUnlock="true">
44
<aid-group android:category="other"
5-
android:description="@string/app_name">
5+
android:description="@string/APP_NAME">
66
<aid-filter android:name="D2760000850101" />
77
</aid-group>
88
</host-apdu-service>

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999
"@babel/preset-env": "^7.25.3",
100100
"@babel/runtime": "^7.25.0",
101101
"@eslint/compat": "^1.2.7",
102-
"@procivis/one-tests-lib": "^0.2.1",
103102
"@react-native-community/cli": "15.0.1",
104103
"@react-native-community/cli-platform-android": "15.0.1",
105104
"@react-native-community/cli-platform-ios": "15.0.1",

pnpm-lock.yaml

Lines changed: 3 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)