Skip to content

Commit c27ff4f

Browse files
libsrtのバージョンを1.2.3にし、aarをGitHub Packagesにアップロードした。
1 parent 3bbac35 commit c27ff4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dConnectSDK/dConnectLibStreaming/libsrt/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if (githubPropertiesFile.exists()) {
66
githubProperties.load(new FileInputStream(githubPropertiesFile))
77
}
88
def getVersionName = { ->
9-
return "1.2.2" // Replace with version Name
9+
return "1.2.3" // Replace with version Name
1010
}
1111

1212
def getArtificatId = { ->

0 commit comments

Comments
 (0)