Skip to content

Commit 1e26535

Browse files
committed
Update CodeView version from '1.3.6' to '1.3.7'
1 parent c5be3ff commit 1e26535

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

codeview/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
defaultConfig {
77
minSdkVersion 15
88
targetSdkVersion 31
9-
versionCode 14
10-
versionName "1.3.6"
9+
versionCode 15
10+
versionName "1.3.7"
1111

1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
consumerProguardFiles "consumer-rules.pro"

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
```
66
dependencies {
7-
implementation 'io.github.amrdeveloper:codeview:1.3.6'
7+
implementation 'io.github.amrdeveloper:codeview:1.3.7'
88
}
99
```
1010

@@ -22,6 +22,6 @@ allprojects {
2222
Step 2: Add the dependency
2323
```
2424
dependencies {
25-
implementation 'com.github.AmrDeveloper:CodeView:1.3.6'
25+
implementation 'com.github.AmrDeveloper:CodeView:1.3.7'
2626
}
2727
```

scripts/publish-module.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'signing'
33

44
ext {
55
PUBLISH_GROUP_ID = 'io.github.amrdeveloper'
6-
PUBLISH_VERSION = '1.3.6'
6+
PUBLISH_VERSION = '1.3.7'
77
PUBLISH_ARTIFACT_ID = 'codeview'
88
}
99

0 commit comments

Comments
 (0)