Fixed deployment

This commit is contained in:
Anuken
2020-09-15 20:18:21 -04:00
parent 23c56974b2
commit 52ff09d024
3 changed files with 11 additions and 2 deletions
-2
View File
@@ -261,7 +261,6 @@ project(":core"){
doLast{
def props = loadVersionProps()
def androidVersion = props['androidBuildCode'].toInteger() - 2
def buildVersion = props["build"]
def loglines = file("../changelog").text.split("\n")
def maxLength = 460
@@ -273,7 +272,6 @@ project(":core"){
}
}
def changelogs = file("../fastlane/metadata/android/en-US/changelogs/")
new File(changelogs, buildVersion + ".txt").text = (result)
new File(changelogs, androidVersion + ".txt").text = (result)
}
}