Compare commits
5 Commits
master
...
yangshi_br
Author | SHA1 | Date |
---|---|---|
|
24883ebf8f | 3 years ago |
|
901f66397b | 3 years ago |
|
a916935a8e | 3 years ago |
|
b0343f4335 | 3 years ago |
|
8dd910bfd6 | 3 years ago |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,2 @@
|
||||
#Wed Aug 17 09:29:00 CST 2022
|
||||
gradle.version=7.3.3
|
Binary file not shown.
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="DesignSurface">
|
||||
<option name="filePathToZoomLevelMap">
|
||||
<map>
|
||||
<entry key="..\:/Notes-master/app/src/main/res/layout/note_edit.xml" value="0.1879432624113475" />
|
||||
<entry key="..\:/Notes-master/app/src/main/res/menu/note_edit.xml" value="0.25" />
|
||||
</map>
|
||||
</option>
|
||||
</component>
|
||||
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="11" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/build/classes" />
|
||||
</component>
|
||||
<component name="ProjectType">
|
||||
<option name="id" value="Android" />
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$/789" vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$/app/git-test" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,37 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
|
||||
compileSdkVersion 32
|
||||
buildToolsVersion "33.0.0"
|
||||
useLibrary 'org.apache.http.legacy'
|
||||
defaultConfig {
|
||||
applicationId "net.micode.notes"
|
||||
minSdkVersion 16
|
||||
//noinspection ExpiredTargetSdkVersion
|
||||
targetSdkVersion 23
|
||||
packagingOptions {
|
||||
exclude 'META-INF/DEPENDENCIES'
|
||||
exclude 'META-INF/NOTICE'
|
||||
exclude 'META-INF/LICENSE'
|
||||
exclude 'META-INF/LICENSE.txt'
|
||||
exclude 'META-INF/NOTICE.txt'
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
||||
}
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
implementation files('I:\\Notes-master\\gradle\\httpcomponents-client-4.5.13-bin\\httpcomponents-client-4.5.13\\lib\\httpclient-osgi-4.5.13.jar')
|
||||
implementation files('I:\\Notes-master\\gradle\\httpcomponents-client-4.5.13-bin\\httpcomponents-client-4.5.13\\lib\\httpclient-win-4.5.13.jar')
|
||||
implementation files('I:\\Notes-master\\gradle\\httpcomponents-client-4.5.13-bin\\httpcomponents-client-4.5.13\\lib\\httpcore-4.4.13.jar')
|
||||
implementation 'com.android.support:appcompat-v7:28.0.0'
|
||||
|
||||
}
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0
src/Notes-master3/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_4b4558f43241ccb8af94b1f23cbc636b6da3b385148c82ef990567e9cb24f399_bucket_0/graph.bin → src/Notes-master/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_b3a46efd2ee34662d3905c55ac9734909f691a75cd106f7165b8204d923faa05_bucket_6/graph.bin
0
src/Notes-master3/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_4b4558f43241ccb8af94b1f23cbc636b6da3b385148c82ef990567e9cb24f399_bucket_0/graph.bin → src/Notes-master/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_b3a46efd2ee34662d3905c55ac9734909f691a75cd106f7165b8204d923faa05_bucket_6/graph.bin
0
src/Notes-master3/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_4b4558f43241ccb8af94b1f23cbc636b6da3b385148c82ef990567e9cb24f399_bucket_1/graph.bin → src/Notes-master/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_b3a46efd2ee34662d3905c55ac9734909f691a75cd106f7165b8204d923faa05_bucket_7/graph.bin
0
src/Notes-master3/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_4b4558f43241ccb8af94b1f23cbc636b6da3b385148c82ef990567e9cb24f399_bucket_1/graph.bin → src/Notes-master/app/build/intermediates/desugar_graph/debug/out/currentProject/jar_b3a46efd2ee34662d3905c55ac9734909f691a75cd106f7165b8204d923faa05_bucket_7/graph.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue