Skip to content

Commit

Permalink
v1.1.5 released to jCenter and GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulrvp committed Nov 10, 2017
1 parent 72b114b commit bdff7c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ext {
siteUrl = 'https://getblueshift.com/'
gitUrl = 'https://github.com/blueshift-labs/Blueshift-Android-SDK.git'

libraryVersion = '1.1.3'
libraryVersion = '1.1.5'

developerId = 'rahulrvp'
developerName = 'Rahul Raveendran V P'
Expand All @@ -42,7 +42,7 @@ android {

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

buildConfigField 'String', 'SDK_VERSION', '"1.1.3"'
buildConfigField 'String', 'SDK_VERSION', "\"$libraryVersion\""
}
buildTypes {
release {
Expand Down
Binary file removed dist/blueshift-android-sdk-1.1.3.aar
Binary file not shown.
Binary file added dist/blueshift-android-sdk-1.1.5.aar
Binary file not shown.

0 comments on commit bdff7c1

Please sign in to comment.