Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mingzhixian committed Jan 7, 2024
1 parent 4d843d6 commit 74498a8
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 20 deletions.
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
easycontrol/*.iml
easycontrol/.gradle
easycontrol/local.properties
easycontrol/.idea/caches
easycontrol/.idea/libraries
easycontrol/.idea/modules.xml
easycontrol/.idea/workspace.xml
easycontrol/.idea/navEditor.xml
easycontrol/.idea/assetWizardSettings.xml
easycontrol/.idea
easycontrol/.DS_Store
easycontrol/build
easycontrol/local.properties
Expand Down
2 changes: 1 addition & 1 deletion easycontrol/.idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion easycontrol/.idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion easycontrol/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 24 additions & 7 deletions easycontrol/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion easycontrol/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.android.application' version '8.0.2'
id 'com.android.application' version '8.1.3'
}

android {
Expand Down
4 changes: 2 additions & 2 deletions easycontrol/local.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#Thu Jun 22 19:20:35 CST 2023
sdk.dir=C\:\\Users\\kic\\AppData\\Local\\Android\\Sdk
#Sun Jan 07 18:46:15 CST 2024
sdk.dir=C\:\\Users\\mzx\\AppData\\Local\\Android\\Sdk
2 changes: 1 addition & 1 deletion easycontrol/server/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.android.application' version '8.0.2'
id 'com.android.application' version '8.1.3'
}

android {
Expand Down

0 comments on commit 74498a8

Please sign in to comment.