Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
heinrichreimer committed Jun 7, 2016
1 parent dea1d15 commit 38ec1f6
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 @@ -53,7 +53,7 @@ allprojects {
```
```gradle
dependencies {
compile 'com.heinrichreimersoftware:material-intro:1.5.3'
compile 'com.heinrichreimersoftware:material-intro:1.5.4'
}
```

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 @@ -12,7 +12,7 @@ apply plugin: 'com.neenbedankt.android-apt'

def versionMajor = 1
def versionMinor = 5
def versionPatch = 3
def versionPatch = 4
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 = 5
def versionPatch = 3
def versionPatch = 4
def versionBuild = 0 // bump for dogfood builds, public betas, etc.

android {
Expand Down

0 comments on commit 38ec1f6

Please sign in to comment.