Skip to content

Commit

Permalink
Updated library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
arnabp92 committed May 3, 2020
1 parent 7c20614 commit c29415d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
minSdkVersion 14
targetSdkVersion 29
versionCode 1
versionName "1.0.1"
versionName "1.0.2"
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion core/maven.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ext {
siteUrl = 'https://github.com/rudderlabs/rudder-sdk-android'
gitUrl = 'https://github.com/rudderlabs/rudder-sdk-android.git'

libraryVersion = '1.0.1'
libraryVersion = '1.0.2'

developerId = 'arnabp92'
developerName = 'Arnab Pal'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class MainActivity : AppCompatActivity() {
)

rudderClient.alias("test_new_id")

rudderClient.group(
"sample_group_id",
RudderTraits().putAge("24")
Expand Down

0 comments on commit c29415d

Please sign in to comment.