File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ android {
6
6
defaultConfig {
7
7
minSdkVersion 15
8
8
targetSdkVersion 31
9
- versionCode 7
10
- versionName " 1.2.2 "
9
+ versionCode 8
10
+ versionName " 1.3.0 "
11
11
12
12
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
13
13
consumerProguardFiles " consumer-rules.pro"
Original file line number Diff line number Diff line change 4
4
5
5
```
6
6
dependencies {
7
- implementation 'io.github.amrdeveloper:codeview:1.2.2 '
7
+ implementation 'io.github.amrdeveloper:codeview:1.3.0 '
8
8
}
9
9
```
10
10
@@ -22,6 +22,6 @@ allprojects {
22
22
Step 2: Add the dependency
23
23
```
24
24
dependencies {
25
- implementation 'com.github.AmrDeveloper:CodeView:1.2.2 '
25
+ implementation 'com.github.AmrDeveloper:CodeView:1.3.0 '
26
26
}
27
27
```
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'signing'
3
3
4
4
ext {
5
5
PUBLISH_GROUP_ID = ' io.github.amrdeveloper'
6
- PUBLISH_VERSION = ' 1.2.2 '
6
+ PUBLISH_VERSION = ' 1.3.0 '
7
7
PUBLISH_ARTIFACT_ID = ' codeview'
8
8
}
9
9
You can’t perform that action at this time.
0 commit comments