Skip to content

Commit

Permalink
Update codeview version from 1.2.2 to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Jan 27, 2022
1 parent bfab7f0 commit ebc8b6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions codeview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 31
versionCode 7
versionName "1.2.2"
versionCode 8
versionName "1.3.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

```
dependencies {
implementation 'io.github.amrdeveloper:codeview:1.2.2'
implementation 'io.github.amrdeveloper:codeview:1.3.0'
}
```

Expand All @@ -22,6 +22,6 @@ allprojects {
Step 2: Add the dependency
```
dependencies {
implementation 'com.github.AmrDeveloper:CodeView:1.2.2'
implementation 'com.github.AmrDeveloper:CodeView:1.3.0'
}
```
2 changes: 1 addition & 1 deletion scripts/publish-module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'signing'

ext {
PUBLISH_GROUP_ID = 'io.github.amrdeveloper'
PUBLISH_VERSION = '1.2.2'
PUBLISH_VERSION = '1.3.0'
PUBLISH_ARTIFACT_ID = 'codeview'
}

Expand Down

0 comments on commit ebc8b6f

Please sign in to comment.