Embed AES/RSA/SHA-1 crypto implementation
This commit is contained in:
49 files changed
+931
-1107
No files matched your search
+1
-1
@@ -7,7 +7,7 @@ allprojects {
|
||||
group = "cn.rtast.libmc"
|
||||
val libVersion = getProperty("libVersion")
|
||||
version = when (name) {
|
||||
"protocol" -> getProperty("protocolVersion")
|
||||
"protocol" -> getProperty("protocolVersion") + "-" + libVersion
|
||||
else -> libVersion
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user