Skip to content

Commit

Permalink
FEC-11237 Added check if the lib version is release version (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
GouravSna committed Jun 8, 2021
1 parent 56a5b1e commit 5a4c4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ dependencies {
androidTestImplementation 'androidx.test:runner:1.3.0'
}

if (hasProperty('VERSION_NAME')) {
if (!ext.playkitVersion.contains('dev')) {
apply from: './gradle-mvn-push.gradle'
}

0 comments on commit 5a4c4d0

Please sign in to comment.