Skip to content

Commit df71b30

Browse files
committed
Update CodeView version from 1.3.2 to 1.3.3
1 parent 58be534 commit df71b30

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 10
10-
versionName "1.3.2"
9+
versionCode 11
10+
versionName "1.3.3"
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.2'
7+
implementation 'io.github.amrdeveloper:codeview:1.3.3'
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.2'
25+
implementation 'com.github.AmrDeveloper:CodeView:1.3.3'
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.2'
6+
PUBLISH_VERSION = '1.3.3'
77
PUBLISH_ARTIFACT_ID = 'codeview'
88
}
99

0 commit comments

Comments
 (0)