This commit is contained in:
gedoor 2022-01-04 00:17:34 +08:00
parent 51c16a1efc
commit 1a978516b8

View File

@ -35,7 +35,7 @@ android {
applicationId "io.legado.app"
minSdkVersion 21
targetSdkVersion 32
versionCode gitCommits
versionCode 10000 + gitCommits
versionName version
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
project.ext.set("archivesBaseName", name + "_" + version)