Skip to content

Commit

Permalink
Release 1.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorth committed Jul 11, 2016
1 parent 1b23b42 commit a830570
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Braintree Android SDK Release Notes

## 1.7.9

* Update PayPal SDK to 2.13.3
* Update device collector to 2.6.1 (fixes [#87](https://github.com/braintree/braintree_android/issues/87))

## 1.7.8

* Add `CardBuilder#cardholderName`
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ task :publish_snapshot => :tests do
end

desc "Interactive release to publish new version"
task :release => :tests do
task :release do
last_version = `git tag | grep "^1." | tail -1`.chomp
puts "\nChanges since #{last_version}:"
sh "git log --pretty=format:\"%h %ad%x20%s%x20%x28%an%x29\" --date=short #{last_version}.."
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ allprojects {
sign configurations.archives
}

version = '1.7.8-SNAPSHOT'
version = '1.7.9'
ext {
compileSdkVersion = 23
buildToolsVersion = '23.0.1'
minSdkVersion = 10
targetSdkVersion = 23
versionCode = 37
versionCode = 38
versionName = version
}
}

0 comments on commit a830570

Please sign in to comment.