diff --git a/webrtc-android-framework/build.gradle b/webrtc-android-framework/build.gradle index e4af3233..d6526971 100644 --- a/webrtc-android-framework/build.gradle +++ b/webrtc-android-framework/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' apply plugin: 'jacoco' ext { PUBLISH_GROUP_ID = 'io.antmedia' - PUBLISH_VERSION = '2.11.0' + PUBLISH_VERSION = '2.11.1' PUBLISH_ARTIFACT_ID = 'webrtc-android-framework' } apply from: 'publish-remote.gradle'