Skip to content

Commit

Permalink
4.1.1 bump release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey Kulm committed Aug 25, 2016
1 parent 8d2f995 commit 1d2faad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/app-dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ext {
okhttp3Version : '3.2.0',
supportLibraryVersion : '24.0.0',
leakCanaryVersion : '1.4-beta2',
bvSdkVersion : '4.1.0',
bvSdkVersion : '4.1.1',
stethoVersion : '1.3.1',
butterknifeVersion : '8.2.1',
]
Expand Down
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ dependencies {
compile project(':bvandroidsdkconversations')
compile project(':bvandroidsdkcurations')

// compile dep.bvSdkAds
// compile dep.bvSdkRecommendations
// compile dep.bvSdkConversations
// compile dep.bvSdkCurations
// compile demoAppDep.bvSdkAds
// compile demoAppDep.bvSdkRecommendations
// compile demoAppDep.bvSdkConversations
// compile demoAppDep.bvSdkCurations

compile demoAppDep.picasso
compile demoAppDep.prettyTime
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=4.1.1-RC1-SNAPSHOT
VERSION_NAME=4.1.1
GROUP=com.bazaarvoice.bvandroidsdk

POM_DESCRIPTION=Bazaarvoice Android SDK
Expand Down

0 comments on commit 1d2faad

Please sign in to comment.