Skip to content

Commit

Permalink
fix native message app build gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilveirah committed May 2, 2024
1 parent 10dc5d7 commit bad7c47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NATIVEMESSAGE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ available functions:
- `removeNativeView`: allows the app to remove the native layout after the user take an action.

## A complete example
A complete example can be found into the `samples/native-message-demo`
A complete example can be found into the `samples/nat-message-demo`



4 changes: 2 additions & 2 deletions cmplibrary/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ addCommitPushConfig {
"${rootDir.path}/CHANGELOG.md",
"${rootDir.path}/README.md",
"${rootDir.path}/samples/web-message-demo/build.gradle",
"${rootDir.path}/samples/native-message-demo/build.gradle"
"${rootDir.path}/samples/nat-message-demo/build.gradle"
)
}

Expand All @@ -138,7 +138,7 @@ replaceInFile {
replaceWith = "com.sourcepoint.cmplibrary:cmplibrary:$versionName"
}
create("doc2") {
path = "${rootDir.path}/samples/native-message-demo/build.gradle"
path = "${rootDir.path}/samples/nat-message-demo/build.gradle"
find = "com.sourcepoint.cmplibrary:cmplibrary:(\\d)+\\.(\\d)+\\.(\\d)+"
replaceWith = "com.sourcepoint.cmplibrary:cmplibrary:$versionName"
}
Expand Down

0 comments on commit bad7c47

Please sign in to comment.