Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
heinrichreimer committed Jun 6, 2016
1 parent 4e57ea5 commit 01eba77
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.2'
compile 'com.heinrichreimersoftware:material-intro:1.5.3'
}
```

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

android {
Expand Down

0 comments on commit 01eba77

Please sign in to comment.