We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f3a34 commit 72444a9Copy full SHA for 72444a9
readme.md
@@ -53,9 +53,9 @@ repositories {
53
54
### Step B: Add Dependencies
55
56
-In your app-level **build.gradle** file, add the library dependency. Use the latest version:
+Next, include the library in your app-level **build.gradle** file. Replace x.x.x with the latest version
57
```
58
-implementation com.hypersoft.textcraft:x.x.x'
+implementation com.github.hypersoftdev:TextCraft:x.x.x'
59
60
61
## Implementation
0 commit comments