Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
heinrichreimer committed Mar 21, 2017
1 parent 7c87ab1 commit 7095473
Show file tree
Hide file tree
Showing 4 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 @@ -55,7 +55,7 @@ allprojects {
```
```gradle
dependencies {
compile 'com.heinrichreimersoftware:material-intro:1.6'
compile 'com.heinrichreimersoftware:material-intro:1.6.2'
}
```

Expand Down
Binary file modified app/app-release.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

def versionMajor = 1
def versionMinor = 6
def versionPatch = 0
def versionPatch = 2
def versionBuild = 0 // bump for dogfood builds, public betas, etc.

android {
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

def versionMajor = 1
def versionMinor = 6
def versionPatch = 0
def versionPatch = 2
def versionBuild = 0 // bump for dogfood builds, public betas, etc.

android {
Expand Down

0 comments on commit 7095473

Please sign in to comment.