From d7111ef4802fd0eeff80a4f1942d0ff1121ad6b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Brey?= Date: Tue, 24 Jan 2023 15:25:18 +0100 Subject: [PATCH] appscan: Remove unused proguard files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Brey --- appscan/build.gradle | 2 -- appscan/consumer-rules.pro | 0 appscan/proguard-rules.pro | 21 --------------------- 3 files changed, 23 deletions(-) delete mode 100644 appscan/consumer-rules.pro delete mode 100644 appscan/proguard-rules.pro diff --git a/appscan/build.gradle b/appscan/build.gradle index daa973eed3..5b6b13d318 100644 --- a/appscan/build.gradle +++ b/appscan/build.gradle @@ -17,13 +17,11 @@ android { targetSdk 33 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - consumerProguardFiles "consumer-rules.pro" } buildTypes { release { minifyEnabled false - proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } compileOptions { diff --git a/appscan/consumer-rules.pro b/appscan/consumer-rules.pro deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/appscan/proguard-rules.pro b/appscan/proguard-rules.pro deleted file mode 100644 index 481bb43481..0000000000 --- a/appscan/proguard-rules.pro +++ /dev/null @@ -1,21 +0,0 @@ -# Add project specific ProGuard rules here. -# You can control the set of applied configuration files using the -# proguardFiles setting in build.gradle. -# -# For more details, see -# http://developer.android.com/guide/developing/tools/proguard.html - -# If your project uses WebView with JS, uncomment the following -# and specify the fully qualified class name to the JavaScript interface -# class: -#-keepclassmembers class fqcn.of.javascript.interface.for.webview { -# public *; -#} - -# Uncomment this to preserve the line number information for -# debugging stack traces. -#-keepattributes SourceFile,LineNumberTable - -# If you keep the line number information, uncomment this to -# hide the original source file name. -#-renamesourcefileattribute SourceFile \ No newline at end of file