We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39263e8 commit fb99a65Copy full SHA for fb99a65
1 file changed
dConnectSDK/dConnectLibStreaming/libsrt/build.gradle
@@ -6,7 +6,7 @@ if (githubPropertiesFile.exists()) {
6
githubProperties.load(new FileInputStream(githubPropertiesFile))
7
}
8
def getVersionName = { ->
9
- return "1.2.3" // Replace with version Name
+ return "1.3.0" // Replace with version Name
10
11
12
def getArtificatId = { ->
@@ -93,7 +93,7 @@ android {
93
94
dependencies {
95
implementation fileTree(dir: 'libs', include: ['*.jar'])
96
- implementation 'org.deviceconnect:libmedia:1.2.2'
+ implementation 'org.deviceconnect:libmedia:1.3.0'
97
// implementation project(':libmedia')
98
99
testImplementation 'junit:junit:4.13.2'
0 commit comments