From 51a7bf4c78adca6f3763362df9f621bfb7070486 Mon Sep 17 00:00:00 2001 From: wmzh2006 Date: Fri, 1 Dec 2023 11:52:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=B7=B7=E6=B7=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/git_toolbox_prj.xml | 15 +++++++++++++++ README.txt | 1 + app/build.gradle | 6 ++++-- app/proguard-rules.pro | 3 ++- 4 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 .idea/git_toolbox_prj.xml create mode 100644 README.txt diff --git a/.idea/git_toolbox_prj.xml b/.idea/git_toolbox_prj.xml new file mode 100644 index 0000000..02b915b --- /dev/null +++ b/.idea/git_toolbox_prj.xml @@ -0,0 +1,15 @@ + + + + + + + \ No newline at end of file diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..9edda7d --- /dev/null +++ b/README.txt @@ -0,0 +1 @@ +sdk 需要包括kotlinx.coroutines目录下的smali \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 9e06b53..e2a60a1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { compileSdk 33 defaultConfig { - applicationId "com.example.kvast_sdk" - minSdk 16 + applicationId "com.am.vas.k" + minSdk 23 targetSdk 33 versionCode 1 versionName "1.0" @@ -20,6 +20,8 @@ android { buildTypes { release { minifyEnabled true + shrinkResources true + proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 5221532..d8dbac8 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -20,4 +20,5 @@ # hide the original source file name. #-renamesourcefileattribute SourceFile --dontoptimize \ No newline at end of file +-dontoptimize +-classobfuscationdictionary ../dict.txt \ No newline at end of file