Skip to content

Commit

Permalink
Release 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorth committed Mar 17, 2017
1 parent ee3bc48 commit 98d8382
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CardForm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 25
versionCode 30
versionName '3.0.3-SNAPSHOT'
versionCode 32
versionName '3.0.4'

consumerProguardFiles 'proguard.cfg'
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In your `build.gradle`:

```groovy
dependencies {
compile 'com.braintreepayments:card-form:3.0.3'
compile 'com.braintreepayments:card-form:3.0.4'
}
```

Expand Down

0 comments on commit 98d8382

Please sign in to comment.