Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp committed Apr 27, 2018
1 parent 4cab824 commit c37f48b
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 @@ -23,7 +23,7 @@ repositories {
And add the library to your module **build.gradle**:
```Gradle
dependencies {
implementation 'com.github.codechimp-org:AppStatus:1.0.1'
implementation 'com.github.codechimp-org:AppStatus:1.0.2'
}
```

Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 27
versionCode 3
versionName "1.0.1"
versionCode 4
versionName "1.0.2"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit c37f48b

Please sign in to comment.