Skip to content

Commit

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

libraryVersion = '1.1.2'
libraryVersion = '1.1.3'

developerId = 'nipun'
developerName = 'Nipun Bhatia'
developerEmail = 'nipun@getblueshift.com'
developerId = 'rahulrvp'
developerName = 'Rahul Raveendran V P'
developerEmail = 'rahul.pmna@gmail.com'

licenseName = 'MIT'
licenseUrl = 'https://opensource.org/licenses/MIT'
Expand All @@ -42,7 +42,7 @@ android {

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

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

0 comments on commit 874045c

Please sign in to comment.