Skip to content

Commit

Permalink
Final Release change
Browse files Browse the repository at this point in the history
  • Loading branch information
jagtapkiran committed Apr 9, 2023
1 parent 2d6ef42 commit 5af527d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
if (rootProject.ext.developLocal) {
api project(':app:collector-exoplayer')
}else{
api 'com.gumlet.gumlet-insights-sdk-exoplayer:collector-exoplayer:1.0.2'
api 'com.gumlet.gumlet-insights-sdk-exoplayer:collector-exoplayer:1.0.3'
}

testImplementation 'junit:junit:4.13.2'
Expand Down
2 changes: 1 addition & 1 deletion app/collector-exoplayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
if (rootProject.ext.developLocal) {
api project(':app:collector')
}else{
api 'com.gumlet.gumlet-insights-sdk-exoplayer:collector:1.0.2'
api 'com.gumlet.gumlet-insights-sdk-exoplayer:collector:1.0.3'
}

//Retrofit
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android.disableAutomaticComponentCreation=true

# Added POM Details for maven publish
GROUP=com.gumlet.gumlet-insights-sdk-exoplayer
VERSION_NAME=1.0.2
VERSION_NAME=1.0.3

POM_PACKAGING=aar
POM_INCEPTION_YEAR=2023
Expand Down

0 comments on commit 5af527d

Please sign in to comment.