File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ and CodeView has AutoComplete and you can customize it with different keywords a
38
38
39
39
``` gradle
40
40
dependencies {
41
- implementation 'io.github.amrdeveloper:codeview:1.1.0 '
41
+ implementation 'io.github.amrdeveloper:codeview:1.1.1 '
42
42
}
43
43
```
44
44
@@ -58,7 +58,7 @@ dependencies {
58
58
##### Add the dependency
59
59
```` gradle
60
60
dependencies {
61
- implementation 'com.github.AmrDeveloper:CodeView:1.1.0 '
61
+ implementation 'com.github.AmrDeveloper:CodeView:1.1.1 '
62
62
}
63
63
````
64
64
</details >
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
+
3
4
android {
4
5
compileSdkVersion 31
5
6
6
7
defaultConfig {
7
8
minSdkVersion 15
8
9
targetSdkVersion 31
9
- versionCode 3
10
- versionName " 1.1.0 "
10
+ versionCode 4
11
+ versionName " 1.1.1 "
11
12
12
13
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
13
14
consumerProguardFiles " consumer-rules.pro"
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.1.0 '
6
+ PUBLISH_VERSION = ' 1.1.1 '
7
7
PUBLISH_ARTIFACT_ID = ' codeview'
8
8
}
9
9
You can’t perform that action at this time.
0 commit comments