Skip to content

Commit

Permalink
Merge pull request #11 from ding1dingx/dev
Browse files Browse the repository at this point in the history
feat: Rename app name to 'JSBridge-Android'
  • Loading branch information
syxc authored Aug 27, 2024
2 parents 3424757 + e988f4a commit 70d1b07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# JsBridge-Android
# JSBridge-Android

Tiny JavaScript Bridge for Android.

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,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">JsBridge-Android</string>
<string name="app_name">JSBridge-Android</string>
</resources>
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencyResolutionManagement {
}
}

rootProject.name = "JsBridge-Android"
rootProject.name = "JSBridge-Android"

include(":app")
include(":library")

0 comments on commit 70d1b07

Please sign in to comment.