mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -12,7 +12,7 @@ static def releaseTime() {
|
||||
|
||||
def name = "legado"
|
||||
def version = "3." + releaseTime()
|
||||
def gitCommits = Integer.parseInt('git rev-list --count HEAD'.execute([], project.rootDir).text.trim())
|
||||
def gitCommits = Integer.parseInt('git rev-list HEAD --count'.execute().text.trim())
|
||||
|
||||
android {
|
||||
compileSdkVersion 31
|
||||
@@ -31,7 +31,6 @@ android {
|
||||
v2SigningEnabled true
|
||||
enableV3Signing = true
|
||||
enableV4Signing = true
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user