Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Jan 4, 2020
1 parent d028006 commit d1a77ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Articles can have following attributes:
The library is uploaded in jCenter, so you can easily add the dependency:
```Gradle
dependencies {
compile 'com.prof.rssparser:rssparser:2.1.0'
compile 'com.prof.rssparser:rssparser:2.1.1'
}
```
#### Use:
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apply plugin: "com.github.ben-manes.versions"

buildscript {
ext.versions = [
'libVersionCode' : 21000,
'libVersionName' : '2.1.0',
'libVersionCode' : 21001,
'libVersionName' : '2.1.1',
'compileSdk' : 29,
'minSdk' : 14,
'targetSdk' : 29,
Expand Down
4 changes: 2 additions & 2 deletions rssparser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk
versionCode 21000
versionName "2.1.0"
versionCode 21001
versionName "2.1.1"
}

buildTypes {
Expand Down

0 comments on commit d1a77ad

Please sign in to comment.