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.3.7
1.3.8
1 parent c733b27 commit 3916b7bCopy full SHA for 3916b7b
docs/install.md
@@ -4,7 +4,7 @@
4
5
```
6
dependencies {
7
- implementation 'io.github.amrdeveloper:codeview:1.3.7'
+ implementation 'io.github.amrdeveloper:codeview:1.3.8'
8
}
9
10
@@ -22,6 +22,6 @@ allprojects {
22
Step 2: Add the dependency
23
24
25
- implementation 'com.github.AmrDeveloper:CodeView:1.3.7'
+ implementation 'com.github.AmrDeveloper:CodeView:1.3.8'
26
27
scripts/publish-module.gradle
@@ -3,7 +3,7 @@ apply plugin: 'signing'
3
ext {
PUBLISH_GROUP_ID = 'io.github.amrdeveloper'
- PUBLISH_VERSION = '1.3.7'
+ PUBLISH_VERSION = '1.3.8'
PUBLISH_ARTIFACT_ID = 'codeview'
0 commit comments