Skip to content

Commit

Permalink
App bundle display name only SpruceKit (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliano1612 authored Nov 4, 2024
1 parent 4fd6536 commit 39b52da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "com.spruceid.mobilesdkexample"
minSdk = 26
targetSdk = 34
versionCode = 7
versionName = "1.0.0+7"
versionCode = 11
versionName = "1.0.0+11"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 1 addition & 1 deletion example/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">SpruceKit Showcase</string>
<string name="app_name">SpruceKit</string>
<string name="user">User profile</string>
<string name="qrcode_scanner">Scan QR Code</string>
<string name="qrcode">QR Code</string>
Expand Down

0 comments on commit 39b52da

Please sign in to comment.