Skip to content

Commit

Permalink
Update version to 7.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-rapp committed Nov 19, 2018
1 parent 5363e9c commit 43cfcdb
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 @@ -36,7 +36,7 @@ Alternatively, the library can be added to your Android app as a Gradle dependen

```groovy
dependencies {
implementation 'com.github.michael-rapp:android-preference-activity:7.0.0'
implementation 'com.github.michael-rapp:android-preference-activity:7.0.1'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=7.0.0
VERSION_CODE=62
VERSION_NAME=7.0.1
VERSION_CODE=63
GROUP=com.github.michael-rapp
BUILD_TOOLS_VERSION=28.0.3
MIN_SDK_VERSION=14
Expand Down

0 comments on commit 43cfcdb

Please sign in to comment.