From 1a978516b8a97a5ec9278d999d628591b11dae83 Mon Sep 17 00:00:00 2001 From: gedoor Date: Tue, 4 Jan 2022 00:17:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 3417d1362..1383d8bd5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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)