diff --git a/doc/小米便签软件的质量分析报告文档.docx b/doc/小米便签软件的质量分析报告文档.docx new file mode 100644 index 0000000..4a38020 Binary files /dev/null and b/doc/小米便签软件的质量分析报告文档.docx differ diff --git a/src/Notes/.gradle/7.5/checksums/checksums.lock b/src/Notes/.gradle/7.5/checksums/checksums.lock new file mode 100644 index 0000000..c18cfbc Binary files /dev/null and b/src/Notes/.gradle/7.5/checksums/checksums.lock differ diff --git a/src/Notes/.gradle/7.5/dependencies-accessors/dependencies-accessors.lock b/src/Notes/.gradle/7.5/dependencies-accessors/dependencies-accessors.lock new file mode 100644 index 0000000..25d4102 Binary files /dev/null and b/src/Notes/.gradle/7.5/dependencies-accessors/dependencies-accessors.lock differ diff --git a/src/Notes/.gradle/7.5/dependencies-accessors/gc.properties b/src/Notes/.gradle/7.5/dependencies-accessors/gc.properties new file mode 100644 index 0000000..e69de29 diff --git a/src/Notes/.gradle/7.5/fileChanges/last-build.bin b/src/Notes/.gradle/7.5/fileChanges/last-build.bin new file mode 100644 index 0000000..f76dd23 Binary files /dev/null and b/src/Notes/.gradle/7.5/fileChanges/last-build.bin differ diff --git a/src/Notes/.gradle/7.5/fileHashes/fileHashes.lock b/src/Notes/.gradle/7.5/fileHashes/fileHashes.lock new file mode 100644 index 0000000..ea7ebc5 Binary files /dev/null and b/src/Notes/.gradle/7.5/fileHashes/fileHashes.lock differ diff --git a/src/Notes/.gradle/7.5/gc.properties b/src/Notes/.gradle/7.5/gc.properties new file mode 100644 index 0000000..e69de29 diff --git a/src/Notes/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/src/Notes/.gradle/buildOutputCleanup/buildOutputCleanup.lock index 6f2efde..8b1f028 100644 Binary files a/src/Notes/.gradle/buildOutputCleanup/buildOutputCleanup.lock and b/src/Notes/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/src/Notes/.gradle/buildOutputCleanup/cache.properties b/src/Notes/.gradle/buildOutputCleanup/cache.properties index 3225857..368302b 100644 --- a/src/Notes/.gradle/buildOutputCleanup/cache.properties +++ b/src/Notes/.gradle/buildOutputCleanup/cache.properties @@ -1,2 +1,2 @@ -#Fri Oct 11 11:55:11 CST 2024 -gradle.version=8.7 +#Fri Dec 13 08:49:01 CST 2024 +gradle.version=7.5 diff --git a/src/Notes/.gradle/buildOutputCleanup/outputFiles.bin b/src/Notes/.gradle/buildOutputCleanup/outputFiles.bin deleted file mode 100644 index 70a006e..0000000 Binary files a/src/Notes/.gradle/buildOutputCleanup/outputFiles.bin and /dev/null differ diff --git a/src/Notes/.idea/Notes.iml b/src/Notes/.idea/Notes.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/src/Notes/.idea/Notes.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/src/Notes/.idea/gradle.xml b/src/Notes/.idea/gradle.xml index 73ba9b6..21fbdfa 100644 --- a/src/Notes/.idea/gradle.xml +++ b/src/Notes/.idea/gradle.xml @@ -4,8 +4,11 @@ - \ No newline at end of file diff --git a/src/Notes/.idea/misc.xml b/src/Notes/.idea/misc.xml index 55c0ec2..7cfc954 100644 --- a/src/Notes/.idea/misc.xml +++ b/src/Notes/.idea/misc.xml @@ -1,6 +1,6 @@ - + diff --git a/src/Notes/.idea/modules.xml b/src/Notes/.idea/modules.xml new file mode 100644 index 0000000..329e32d --- /dev/null +++ b/src/Notes/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/src/Notes/.idea/vcs.xml b/src/Notes/.idea/vcs.xml index 94a25f7..fdf1fc8 100644 --- a/src/Notes/.idea/vcs.xml +++ b/src/Notes/.idea/vcs.xml @@ -1,6 +1,7 @@ + \ No newline at end of file diff --git a/src/Notes/build.gradle b/src/Notes/build.gradle index 2d4ee8f..0f562f1 100644 --- a/src/Notes/build.gradle +++ b/src/Notes/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:8.6.0' + classpath 'com.android.tools.build:gradle:7.5.0' } } diff --git a/src/Notes/gradle/wrapper/gradle-wrapper.properties b/src/Notes/gradle/wrapper/gradle-wrapper.properties index 835916a..48de54f 100644 --- a/src/Notes/gradle/wrapper/gradle-wrapper.properties +++ b/src/Notes/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Mon Mar 11 20:09:41 CST 2024 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://mirrors.cloud.tencent.com/gradle/gradle-8.7-bin.zip +distributionUrl=https\://mirrors.cloud.tencent.com/gradle/gradle-7.5-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME diff --git a/src/Notes/local.properties b/src/Notes/local.properties index 4e94c81..c9522b1 100644 --- a/src/Notes/local.properties +++ b/src/Notes/local.properties @@ -4,5 +4,5 @@ # Location of the SDK. This is only used by Gradle. # For customization when using a Version Control System, please read the # header note. -#Fri Oct 11 11:15:18 CST 2024 -sdk.dir=D\:\\ASSDK +#Fri Dec 13 08:48:50 CST 2024 +sdk.dir=D\:\\AndroidSDK