Skip to content

Commit

Permalink
update gitignore, update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cpg committed Aug 18, 2014
1 parent 8f4c39c commit be20907
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ api.properties
crashlytics.properties
crashlytics-build.properties
com_crashlytics_export_strings.xml

signing.properties
android-release-tools
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {

defaultConfig {
def versionMajor = 0
def versionMinor = 4
def versionPatch = 2
def versionMinor = 6
def versionPatch = 0

versionName buildVersionName(versionMajor, versionMinor, versionPatch)
versionCode buildVersionCode(versionMajor, versionMinor, versionPatch)
Expand Down

0 comments on commit be20907

Please sign in to comment.