diff --git a/README.md b/README.md deleted file mode 100644 index ef7e300..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# MiNote - diff --git a/doc/文档模板-开源软件泛读、标注和维护报告文档.docx b/doc/文档模板-开源软件泛读、标注和维护报告文档.docx index c83683b..40d8fcf 100644 Binary files a/doc/文档模板-开源软件泛读、标注和维护报告文档.docx and b/doc/文档模板-开源软件泛读、标注和维护报告文档.docx differ diff --git a/doc/模板.docx b/doc/模板.docx deleted file mode 100644 index e69de29..0000000 diff --git a/doc/莽嘟嘟呢.docx b/doc/莽嘟嘟呢.docx deleted file mode 100644 index e69de29..0000000 diff --git a/src/build gradle.txt b/src/build gradle.txt deleted file mode 100644 index 03a5df4..0000000 --- a/src/build gradle.txt +++ /dev/null @@ -1,25 +0,0 @@ -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') - } -}