Skip to content

Commit

Permalink
Release 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Apr 11, 2016
1 parent 38e1812 commit 464da8d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Braintree Android SDK Release Notes

## 2.2.4

* Update PayPalDataCollector to 3.1.1
* Fixes
* Update device collector to 2.6.1 (fixes [#87](https://github.com/braintree/braintree_android/issues/87))
* Fix crash when `BraintreeFragment` has not been attached to an `Activity`
* Feature
* Add `PaymentRequest#defaultFirst` option
* Add support for Chrome Custom tabs when browser switching

## 2.2.3

* Fixes
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ task :publish_snapshot => :tests do
end

desc "Interactive release to publish new version"
task :release => :tests do
task :release do
puts "What version are you releasing? (x.x.x format)"
version = $stdin.gets.chomp

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ allprojects {
sign configurations.archives
}

version = '2.2.3-SNAPSHOT'
version = '2.2.4'
ext {
compileSdkVersion = 23
buildToolsVersion = '23.0.2'
minSdkVersion = 15
targetSdkVersion = 23
versionCode = 42
versionCode = 43
versionName = version
}
}

0 comments on commit 464da8d

Please sign in to comment.