Skip to content

Commit

Permalink
increment version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
fennifith committed Jun 27, 2020
1 parent 7e4c6c4 commit ae4bfb9
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 @@ -37,7 +37,7 @@ allprojects {
To add the dependency, copy this line into your app module's build.gradle file.

```gradle
implementation 'me.jfenn:Attribouter:0.1.7'
implementation 'me.jfenn:Attribouter:0.1.8'
```

### Starting an Activity
Expand Down
4 changes: 2 additions & 2 deletions attribouter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 29
versionCode 16
versionName "0.1.7"
versionCode 17
versionName "0.1.8"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit ae4bfb9

Please sign in to comment.