From 4186e79b3acdc9e1d1cce20b10479213f6ce1617 Mon Sep 17 00:00:00 2001 From: Nanashi Date: Fri, 15 Sep 2023 01:31:08 +0900 Subject: [PATCH] =?UTF-8?q?Delete:=20=E5=98=98=E3=82=B3=E3=83=A1=E3=83=B3?= =?UTF-8?q?=E3=83=88=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/voicevox_core_java_api/lib/build-android.gradle | 7 ------- 1 file changed, 7 deletions(-) diff --git a/crates/voicevox_core_java_api/lib/build-android.gradle b/crates/voicevox_core_java_api/lib/build-android.gradle index 48c6c6508..9cb05b54b 100644 --- a/crates/voicevox_core_java_api/lib/build-android.gradle +++ b/crates/voicevox_core_java_api/lib/build-android.gradle @@ -1,10 +1,3 @@ -/* - * This file was generated by the Gradle 'init' task. - * - * This generated file contains a sample Java library project to get you started. - * For more details on building Java & JVM projects, please refer to https://docs.gradle.org/8.2.1/userguide/building_java_projects.html in the Gradle documentation. - */ - plugins { id 'com.android.library' version '8.1.1' id 'org.jetbrains.kotlin.android' version '1.9.10'