Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
StatInfo_1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenyuling
StatInfo_1
Commits
61bcebe2
Commit
61bcebe2
authored
Nov 21, 2024
by
chenyuling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
"android-studio更新导致一些的修改"
parent
7c440438
Changes
8
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
434 additions
and
6 deletions
+434
-6
compiler.xml
.idea/compiler.xml
+1
-1
dbnavigator.xml
.idea/dbnavigator.xml
+403
-0
deploymentTargetSelector.xml
.idea/deploymentTargetSelector.xml
+10
-0
gradle.xml
.idea/gradle.xml
+2
-2
kotlinc.xml
.idea/kotlinc.xml
+6
-0
migrations.xml
.idea/migrations.xml
+10
-0
misc.xml
.idea/misc.xml
+1
-2
build.gradle
app/build.gradle
+1
-1
No files found.
.idea/compiler.xml
View file @
61bcebe2
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"CompilerConfiguration"
>
<bytecodeTargetLevel
target=
"1
1
"
/>
<bytecodeTargetLevel
target=
"1
7
"
/>
</component>
</project>
\ No newline at end of file
.idea/dbnavigator.xml
0 → 100644
View file @
61bcebe2
This diff is collapsed.
Click to expand it.
.idea/deploymentTargetSelector.xml
0 → 100644
View file @
61bcebe2
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"deploymentTargetSelector"
>
<selectionStates>
<SelectionState
runConfigName=
"app"
>
<option
name=
"selectionMode"
value=
"DROPDOWN"
/>
</SelectionState>
</selectionStates>
</component>
</project>
\ No newline at end of file
.idea/gradle.xml
View file @
61bcebe2
...
...
@@ -4,15 +4,15 @@
<component
name=
"GradleSettings"
>
<option
name=
"linkedExternalProjectsSettings"
>
<GradleProjectSettings>
<option
name=
"testRunner"
value=
"GRADLE"
/>
<option
name=
"distributionType"
value=
"DEFAULT_WRAPPED"
/>
<option
name=
"externalProjectPath"
value=
"$PROJECT_DIR$"
/>
<option
name=
"gradleJvm"
value=
"#GRADLE_LOCAL_JAVA_HOME"
/>
<option
name=
"modules"
>
<set>
<option
value=
"$PROJECT_DIR$"
/>
<option
value=
"$PROJECT_DIR$/app"
/>
</set>
</option>
<option
name=
"resolveExternalAnnotations"
value=
"false"
/>
</GradleProjectSettings>
</option>
</component>
...
...
.idea/kotlinc.xml
0 → 100644
View file @
61bcebe2
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"KotlinJpsPluginSettings"
>
<option
name=
"version"
value=
"1.7.10"
/>
</component>
</project>
\ No newline at end of file
.idea/migrations.xml
0 → 100644
View file @
61bcebe2
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ProjectMigrations"
>
<option
name=
"MigrateToGradleLocalJavaHome"
>
<set>
<option
value=
"$PROJECT_DIR$"
/>
</set>
</option>
</component>
</project>
\ No newline at end of file
.idea/misc.xml
View file @
61bcebe2
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ExternalStorageConfigurationManager"
enabled=
"true"
/>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1
1"
default=
"true"
project-jdk-name=
"Android Studio default JDK
"
project-jdk-type=
"JavaSDK"
>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1
7"
default=
"true"
project-jdk-name=
"jbr-17
"
project-jdk-type=
"JavaSDK"
>
<output
url=
"file://$PROJECT_DIR$/build/classes"
/>
</component>
<component
name=
"ProjectType"
>
...
...
app/build.gradle
View file @
61bcebe2
...
...
@@ -20,7 +20,7 @@ android {
minSdk
24
targetSdk
32
versionCode
1
versionName
"1.0.
4
"
versionName
"1.0.
5
"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment