Skip to content

Commit

Permalink
Prepare for development
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnjn committed Feb 5, 2019
1 parent 034f93c commit 2fcc9bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PopupBridge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ apply plugin: 'maven'
apply plugin: 'signing'
apply plugin: 'io.codearte.nexus-staging'

version '2.0.0'
version '2.0.1-SNAPSHOT'

android {
compileSdkVersion 28

defaultConfig {
minSdkVersion 19
targetSdkVersion 28
versionCode 6
versionCode 7
versionName version

consumerProguardFiles 'proguard.pro'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To use the latest build from the `master` branch use:

```groovy
dependencies {
implementation 'com.braintreepayments:popup-bridge:1.2.1-SNAPSHOT'
implementation 'com.braintreepayments:popup-bridge:2.0.1-SNAPSHOT'
}
```

Expand Down

0 comments on commit 2fcc9bf

Please sign in to comment.