Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ZahraHeydari committed Jun 23, 2023
1 parent 91f273b commit 3e67b3d
Show file tree
Hide file tree
Showing 48 changed files with 543 additions and 3,690 deletions.
97 changes: 96 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,106 @@
*.iml
.gradle
/local.properties
/.idea/caches/build_file_checksums.ser
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx

# AndroidStudio 3
.idea/caches/build_file_checksums.ser
.idea/modules.xml

# AndroidStudio Patch
!/gradle/wrapper/gradle-wrapper.jar
gen-external-apklibs
output.json

# Directory-based project format
.idea/

# mpeltonen/sbt-idea plugin
.idea_modules/

# User-specific configurations
.idea/caches/
.idea/libraries/
.idea/shelf/
.idea/.name
.idea/compiler.xml
.idea/copyright/profiles_settings.xml
.idea/encodings.xml
.idea/misc.xml
.idea/scopes/scope_settings.xml
.idea/vcs.xml
.idea/jsLibraryMappings.xml
.idea/datasources.xml
.idea/dataSources.ids
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml

# virtual machine crash logs
hs_err_pid*

# Generated files
bin/
gen/
out/

# Built application files
*.apk
*.ap_
*.aab

# Package Files
*.jar
*.nar
*.zip
*.tar.gz
*.rar
*.war
*.ear

# lint
lint/intermediates/
lint/generated/
lint/outputs/
lint/tmp/

# OS-specific files
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Files for the ART/Dalvik VM
*.dex

# Temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*

# KDE directory preferences
.directory

# .nfs files are created when an open file is removed but is still being accessed
.nfs*

# Mac OS
.AppleDouble
.LSOverride

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
32 changes: 0 additions & 32 deletions .idea/assetWizardSettings.xml

This file was deleted.

133 changes: 0 additions & 133 deletions .idea/codeStyles/Project.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/codeStyles/codeStyleConfig.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/codestream.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/compiler.xml

This file was deleted.

17 changes: 0 additions & 17 deletions .idea/deploymentTargetDropDown.xml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/encodings.xml

This file was deleted.

21 changes: 0 additions & 21 deletions .idea/gradle.xml

This file was deleted.

45 changes: 0 additions & 45 deletions .idea/jarRepositories.xml

This file was deleted.

Loading

0 comments on commit 3e67b3d

Please sign in to comment.