diff --git a/android/Torchchat/app/build.gradle.kts b/android/Torchchat/app/build.gradle.kts index a27f563a5..1001c9f81 100644 --- a/android/Torchchat/app/build.gradle.kts +++ b/android/Torchchat/app/build.gradle.kts @@ -1,9 +1,3 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. - -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - plugins { id("com.android.application") } diff --git a/android/Torchchat/app/proguard-rules.pro b/android/Torchchat/app/proguard-rules.pro index 8a7c18826..f1b424510 100644 --- a/android/Torchchat/app/proguard-rules.pro +++ b/android/Torchchat/app/proguard-rules.pro @@ -1,10 +1,3 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. - -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - - # Add project specific ProGuard rules here. # You can control the set of applied configuration files using the # proguardFiles setting in build.gradle. diff --git a/android/Torchchat/build.gradle.kts b/android/Torchchat/build.gradle.kts index 9349f97ae..cc9db8a5c 100644 --- a/android/Torchchat/build.gradle.kts +++ b/android/Torchchat/build.gradle.kts @@ -1,9 +1,3 @@ -# Copyright (c) Meta Platforms, Inc. and affiliates. -# All rights reserved. - -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. - // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id("com.android.application") version "8.1.0" apply false