From 67f48d051710418c031f13249cc8b9556a7080ff Mon Sep 17 00:00:00 2001 From: laptop <3123747229@qq.com> Date: Sun, 19 Nov 2023 23:14:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B61?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/模板.docx | 0 src/build gradle.txt | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 doc/模板.docx create mode 100644 src/build gradle.txt diff --git a/doc/模板.docx b/doc/模板.docx new file mode 100644 index 0000000..e69de29 diff --git a/src/build gradle.txt b/src/build gradle.txt new file mode 100644 index 0000000..03a5df4 --- /dev/null +++ b/src/build gradle.txt @@ -0,0 +1,25 @@ +apply plugin: 'com.android.application' + +android { + namespace "net.micode.notes" + compileSdkVersion 33 + buildToolsVersion "34.0.0" + + defaultConfig { + applicationId "net.micode.notes" + minSdkVersion 14 + targetSdkVersion 14 + } + + buildTypes { + release { + minifyEnabled false + proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' + } + } + dependencies { + implementation files('D:/AAA-CS-SDK/Destinations/gradle/httpcomponents-client-4.5.13-bin/httpcomponents-client-4.5.13/lib/httpclient-osgi-4.5.13.jar') + implementation files('D:/AAA-CS-SDK/Destinations/gradle/httpcomponents-client-4.5.13-bin/httpcomponents-client-4.5.13/lib/httpclient-win-4.5.13.jar') + implementation files('D:/AAA-CS-SDK/Destinations/gradle/httpcomponents-client-4.5.13-bin/httpcomponents-client-4.5.13/lib/httpcore-4.4.13.jar') + } +}