Skip to content

Commit ebc8b6f

Browse files
committed
Update codeview version from 1.2.2 to 1.3.0
1 parent bfab7f0 commit ebc8b6f

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 7
10-
versionName "1.2.2"
9+
versionCode 8
10+
versionName "1.3.0"
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.2.2'
7+
implementation 'io.github.amrdeveloper:codeview:1.3.0'
88
}
99
```
1010

@@ -22,6 +22,6 @@ allprojects {
2222
Step 2: Add the dependency
2323
```
2424
dependencies {
25-
implementation 'com.github.AmrDeveloper:CodeView:1.2.2'
25+
implementation 'com.github.AmrDeveloper:CodeView:1.3.0'
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.2.2'
6+
PUBLISH_VERSION = '1.3.0'
77
PUBLISH_ARTIFACT_ID = 'codeview'
88
}
99

0 commit comments

Comments
 (0)