Skip to content

Commit

Permalink
Bump version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed Aug 6, 2021
1 parent 8f671fa commit 81219a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ allprojects {

Add dependencies to build.gradle file on module level (e.g. app/build.gradle):
```gradle
implementation 'com.chillibits:simplesettings:1.3.1'
implementation 'com.chillibits:simplesettings:1.3.2'
// Required dependencies
implementation 'com.google.android.material:material:<latest-version>'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android.enableJetifier=true

# Custom settings
GROUP=com.chillibits
VERSION=1.3.1
VERSION_CODE=1301
VERSION=1.3.2
VERSION_CODE=1302
POM_URL=https://github.com/marcauberer/simple-settings
POM_SCM_URL=https://github.com/marcauberer/simple-settings
POM_SCM_CONNECTION=scm:git@github.com:marcauberer/simple-settings.git
Expand Down

0 comments on commit 81219a4

Please sign in to comment.