Skip to content

Commit

Permalink
Increased app version
Browse files Browse the repository at this point in the history
  • Loading branch information
ganddev committed May 30, 2017
1 parent 7df5b59 commit 801628d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
applicationId "de.ahlfeld.breminale.app"
minSdkVersion 15
targetSdkVersion 23
versionCode 9
versionName "1.1.2"
versionCode 10
versionName "1.1.3"
buildConfigField "String", "BREMINALE_API_KEY", getApiKey("BREMINALE_API_KEY")
buildConfigField "String", "TWITTER_KEY", getApiKey("TWITTER_KEY")
buildConfigField "String", "TWITTER_SECRET", getApiKey("TWITTER_SECRET")
Expand Down

0 comments on commit 801628d

Please sign in to comment.