Skip to content

Commit

Permalink
Change app name
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliano1612 committed Oct 2, 2024
1 parent a1c3806 commit 9bab4e6
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 = 3
versionName = "1.0.0+3"
versionCode = 5
versionName = "1.0.0+5"

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</string>
<string name="app_name">SpruceKit Demo</string>
<string name="user">User profile</string>
<string name="scan_qr_code">Scan QR Code</string>
<string name="valid">Valid</string>
Expand Down

0 comments on commit 9bab4e6

Please sign in to comment.