Skip to content

Commit ef7fe07

Browse files
committed
Update codeview version name and code
1 parent 8fae0ff commit ef7fe07

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ and CodeView has AutoComplete and you can customize it with different keywords a
3838

3939
```gradle
4040
dependencies {
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>

codeview/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
apply plugin: 'com.android.library'
22

3+
34
android {
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"

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.1.0'
6+
PUBLISH_VERSION = '1.1.1'
77
PUBLISH_ARTIFACT_ID = 'codeview'
88
}
99

0 commit comments

Comments
 (0)