File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
3838
3939``` gradle
4040dependencies {
41- implementation 'io.github.amrdeveloper:codeview:1.1.0 '
41+ implementation 'io.github.amrdeveloper:codeview:1.1.1 '
4242}
4343```
4444
@@ -58,7 +58,7 @@ dependencies {
5858 ##### Add the dependency
5959 ```` gradle
6060 dependencies {
61- implementation 'com.github.AmrDeveloper:CodeView:1.1.0 '
61+ implementation 'com.github.AmrDeveloper:CodeView:1.1.1 '
6262 }
6363 ````
6464</details >
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
22
3+
34android {
45 compileSdkVersion 31
56
67 defaultConfig {
78 minSdkVersion 15
89 targetSdkVersion 31
9- versionCode 3
10- versionName " 1.1.0 "
10+ versionCode 4
11+ versionName " 1.1.1 "
1112
1213 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1314 consumerProguardFiles " consumer-rules.pro"
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.1.0 '
6+ PUBLISH_VERSION = ' 1.1.1 '
77 PUBLISH_ARTIFACT_ID = ' codeview'
88}
99
You can’t perform that action at this time.
0 commit comments