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 {
66 defaultConfig {
77 minSdkVersion 15
88 targetSdkVersion 31
9- versionCode 8
10- versionName " 1.3.0 "
9+ versionCode 9
10+ versionName " 1.3.1 "
1111
1212 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1313 consumerProguardFiles " consumer-rules.pro"
Original file line number Diff line number Diff line change 44
55```
66dependencies {
7- implementation 'io.github.amrdeveloper:codeview:1.3.0 '
7+ implementation 'io.github.amrdeveloper:codeview:1.3.1 '
88}
99```
1010
@@ -22,6 +22,6 @@ allprojects {
2222Step 2: Add the dependency
2323```
2424dependencies {
25- implementation 'com.github.AmrDeveloper:CodeView:1.3.0 '
25+ implementation 'com.github.AmrDeveloper:CodeView:1.3.1 '
2626}
2727```
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'signing'
33
44ext {
55 PUBLISH_GROUP_ID = ' io.github.amrdeveloper'
6- PUBLISH_VERSION = ' 1.3.0 '
6+ PUBLISH_VERSION = ' 1.3.1 '
77 PUBLISH_ARTIFACT_ID = ' codeview'
88}
99
You can’t perform that action at this time.
0 commit comments