Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to Android 10 (SDK v29.0.3) #11

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
103 changes: 73 additions & 30 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,42 +1,85 @@
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# Built application files
*.apk
*.aar
*.ap_
*.aab

# User-specific stuff:
.idea/workspace.xml
.idea/tasks.xml
# Files for the ART/Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin/
gen/
out/
# Uncomment the following line in case you need and you don't have the release build type files in your app
# release/

# Gradle files
.gradle/
build/

# Local configuration file (sdk path, etc)
local.properties

# Proguard folder generated by Eclipse
proguard/

# Sensitive or high-churn files:
.idea/dataSources/
.idea/dataSources.ids
.idea/dataSources.xml
.idea/dataSources.local.xml
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml
# Log Files
*.log

# Gradle:
# Android Studio Navigation editor temp files
.navigation/

# Android Studio captures folder
captures/

# IntelliJ
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
# Android Studio 3 in .gitignore file.
.idea/caches
.idea/modules.xml
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
.idea/navEditor.xml

# Mongo Explorer plugin:
.idea/mongoSettings.xml
# Keystore files
# Uncomment the following lines if you do not want to check your keystore files in.
#*.jks
#*.keystore

## File-based project format:
*.iws
# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
.cxx/

## Plugin-specific files:
# Google Services (e.g. APIs or Firebase)
# google-services.json

# IntelliJ
/out/
# Freeline
freeline.py
freeline/
freeline_project_description.json

# mpeltonen/sbt-idea plugin
.idea_modules/
# fastlane
fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
fastlane/readme.md

# JIRA plugin
atlassian-ide-plugin.xml
# Version control
vcs.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
# lint
lint/intermediates/
lint/generated/
lint/outputs/
lint/tmp/
# lint/reports/
1 change: 0 additions & 1 deletion .gradle/2.14.1/taskArtifacts/cache.properties

This file was deleted.

Binary file removed .gradle/2.14.1/taskArtifacts/cache.properties.lock
Binary file not shown.
Binary file removed .gradle/2.14.1/taskArtifacts/fileHashes.bin
Binary file not shown.
Binary file removed .gradle/2.14.1/taskArtifacts/fileSnapshots.bin
Binary file not shown.
Binary file not shown.
Binary file removed .gradle/2.14.1/taskArtifacts/taskArtifacts.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.
1 change: 0 additions & 1 deletion .gradle/2.8/taskArtifacts/cache.properties

This file was deleted.

Binary file removed .gradle/2.8/taskArtifacts/cache.properties.lock
Binary file not shown.
Binary file removed .gradle/2.8/taskArtifacts/fileHashes.bin
Binary file not shown.
Binary file removed .gradle/2.8/taskArtifacts/fileSnapshots.bin
Binary file not shown.
Binary file removed .gradle/2.8/taskArtifacts/outputFileStates.bin
Binary file not shown.
Binary file removed .gradle/2.8/taskArtifacts/taskArtifacts.bin
Binary file not shown.
116 changes: 116 additions & 0 deletions .idea/codeStyles/Project.xml

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

15 changes: 1 addition & 14 deletions .idea/misc.xml

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

9 changes: 0 additions & 9 deletions .idea/modules.xml

This file was deleted.

19 changes: 0 additions & 19 deletions .idea/modules/PartkeeprScannrApp.iml

This file was deleted.

Loading