From b1cb0c242a77730b3cff0e9576a1e920cc3e521e Mon Sep 17 00:00:00 2001 From: kunfei Date: Thu, 30 Mar 2023 11:28:35 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index 442e49975..b086b24b6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -104,6 +104,7 @@ android { } google { dimension "mode" + minSdk 26 applicationId "io.legado.play" manifestPlaceholders.put("APP_CHANNEL_VALUE", "google") }