Skip to content

Commit

Permalink
Prepare for development
Browse files Browse the repository at this point in the history
  • Loading branch information
lkorth committed Jan 8, 2016
1 parent 92434a5 commit ad5b9d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BraintreeApi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
compile 'com.google.android.gms:play-services-wallet:[8.0.0,9.0.0)'
compile 'com.android.support:support-annotations:[23.0.0,24.0.0)'

compile 'com.braintreepayments.api:data-collector:2.1.1'
compile project(':BraintreeDataCollector')
compile files('libs/' + paypalVersion)

lintChecks project(path: ":Lint", configuration: "lintChecks")
Expand Down
2 changes: 1 addition & 1 deletion Drop-In/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {

dependencies {
compile 'com.braintreepayments:card-form:2.1.1'
compile 'com.braintreepayments.api:braintree:2.1.1'
compile project(':BraintreeApi')
compile 'com.google.android.gms:play-services-wallet:[8.0.0,9.0.0)'

androidTestCompile project(':TestUtils')
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ allprojects {
minSdkVersion = 15
targetSdkVersion = 23
versionCode = 37
versionName = '2.1.1'
versionName = '2.1.1-SNAPSHOT'
}
}

0 comments on commit ad5b9d1

Please sign in to comment.