From df3e895921aa3e677c1b40c885a9c8f19cdee24a Mon Sep 17 00:00:00 2001 From: isayan Date: Thu, 25 Jul 2024 17:49:42 +0900 Subject: [PATCH] =?UTF-8?q?release=20=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android_app/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android_app/build.gradle b/android_app/build.gradle index 7fec861..6099664 100644 --- a/android_app/build.gradle +++ b/android_app/build.gradle @@ -41,6 +41,9 @@ task release(type: Zip) { include 'app/**' exclude 'build' exclude 'app/.externalNativeBuild' + exclude 'app/.cxx' + exclude 'app/.gradle' + exclude 'app/.idea' exclude 'app/libs' exclude 'app/build' exclude '.git'