Skip to content

Commit

Permalink
feat: Rename project to "JSBridge-Android"
Browse files Browse the repository at this point in the history
  • Loading branch information
syxc committed Aug 27, 2024
1 parent 3424757 commit 1be35e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 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 1be35e2

Please sign in to comment.