From 9f3302e65d85047a0e2bfa31248735ee815a2d92 Mon Sep 17 00:00:00 2001 From: pyr9lfsw8 <895938232@qq.com> Date: Mon, 8 Nov 2021 16:03:07 +0800 Subject: [PATCH 1/3] Delete 'myapplication/proguard-rules.pro' --- myapplication/proguard-rules.pro | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 myapplication/proguard-rules.pro diff --git a/myapplication/proguard-rules.pro b/myapplication/proguard-rules.pro deleted file mode 100644 index 481bb43..0000000 --- a/myapplication/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 From 746417cd2bda72333e31e10bf72fd8e7fb03775d Mon Sep 17 00:00:00 2001 From: pyr9lfsw8 <895938232@qq.com> Date: Mon, 8 Nov 2021 16:03:28 +0800 Subject: [PATCH 2/3] Delete 'myapplication/src/test/java/com/example/myapplication/ExampleUnitTest.java' --- .../example/myapplication/ExampleUnitTest.java | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 myapplication/src/test/java/com/example/myapplication/ExampleUnitTest.java diff --git a/myapplication/src/test/java/com/example/myapplication/ExampleUnitTest.java b/myapplication/src/test/java/com/example/myapplication/ExampleUnitTest.java deleted file mode 100644 index bf43ee5..0000000 --- a/myapplication/src/test/java/com/example/myapplication/ExampleUnitTest.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.example.myapplication; - -import org.junit.Test; - -import static org.junit.Assert.*; - -/** - * Example local unit test, which will execute on the development machine (host). - * - * @see Testing documentation - */ -public class ExampleUnitTest { - @Test - public void addition_isCorrect() { - assertEquals(4, 2 + 2); - } -} \ No newline at end of file From 578718d0148977a00ae7b8a6c8a87b78363782e4 Mon Sep 17 00:00:00 2001 From: pyr9lfsw8 <895938232@qq.com> Date: Mon, 8 Nov 2021 16:03:40 +0800 Subject: [PATCH 3/3] Delete 'myapplication/src/main/AndroidManifest.xml' --- myapplication/src/main/AndroidManifest.xml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 myapplication/src/main/AndroidManifest.xml diff --git a/myapplication/src/main/AndroidManifest.xml b/myapplication/src/main/AndroidManifest.xml deleted file mode 100644 index e00d793..0000000 --- a/myapplication/src/main/AndroidManifest.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file