Skip to content

Commit

Permalink
Bump to next version
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Jun 13, 2023
1 parent fae3368 commit 686eb41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ POM_NAME=rssparser
POM_DESCRIPTION=An Android library to parse RSS Feed

GROUP=com.prof18.rssparser
VERSION_NAME=5.0.3
VERSION_NAME=5.0.4-SNAPSHOT

POM_INCEPTION_YEAR=2016
POM_URL=https://github.com/prof18/RSS-Parser.git
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ android-compile-sdk = "33"
android-min-sdk = "21"
android-target-sdk = "33"
kotlin = "1.7.20"
library-version-code = "50002"
library-version-name = "5.0.3"
library-version-code = "50004"
library-version-name = "5.0.4"

# Library dependencies
androidx-lifecycle-extensions = "2.2.0"
Expand Down Expand Up @@ -70,7 +70,7 @@ androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version
androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version.ref="androidx-swiperefreshlayout" }
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-ext-junit" }
com-google-android-material = { module = "com.google.android.material:material", version.ref = "com-google-android-material" }
com-prof18-rssparser = { module = "com.prof18.rssparser:rssparser", version = "library-version-name" }
com-prof18-rssparser = { module = "com.prof18.rssparser:rssparser", version.ref = "library-version-name" }
com-squareup-picasso = { module = "com.squareup.picasso:picasso", version.ref="com-squareup-picasso" }

[plugins]
Expand Down

0 comments on commit 686eb41

Please sign in to comment.