|
@@ -3,7 +3,7 @@ apply plugin: 'signing'
|
|
|
|
|
|
def PUBLISH_GROUP_ID = "io.github.yyxxgame.sdk"
|
|
|
def PUBLISH_ARTIFACT_ID = "eyuangame-sdk-ktx"
|
|
|
-def PUBLISH_VERSION = "1.0.0-alpha2"
|
|
|
+def PUBLISH_VERSION = "1.0.0-alpha3"
|
|
|
|
|
|
Properties properties = new Properties()
|
|
|
properties.load(project.rootProject.file('local.properties').newDataInputStream())
|