Skip to content

Commit

Permalink
modified in linux
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanpatil45 committed Mar 27, 2021
1 parent 1630a13 commit 5baaa18
Show file tree
Hide file tree
Showing 19 changed files with 84 additions and 67 deletions.
Binary file modified .gradle/4.10.1/fileContent/fileContent.lock
Binary file not shown.
Binary file modified .gradle/4.10.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/4.10.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/4.10.1/javaCompile/classAnalysis.bin
Binary file not shown.
Binary file modified .gradle/4.10.1/javaCompile/javaCompile.lock
Binary file not shown.
Binary file modified .gradle/4.10.1/javaCompile/taskHistory.bin
Binary file not shown.
Binary file modified .gradle/4.10.1/taskHistory/taskHistory.bin
Binary file not shown.
Binary file modified .gradle/4.10.1/taskHistory/taskHistory.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 1 addition & 1 deletion .gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Tue Dec 01 08:26:33 IST 2020
#Sat Mar 27 12:02:32 IST 2021
gradle.version=4.10.1
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
3 changes: 3 additions & 0 deletions .idea/codeStyles/Project.xml

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

10 changes: 10 additions & 0 deletions .idea/markdown-navigator-enh.xml

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

46 changes: 46 additions & 0 deletions .idea/markdown-navigator.xml

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

63 changes: 12 additions & 51 deletions .idea/workspace.xml

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

8 changes: 8 additions & 0 deletions build/intermediates/lint-cache/maven.google/master-index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<androidx.browser/>
<androidx.camera/>
<androidx.car/>
<androidx.car.app/>
<androidx.cardview/>
<androidx.collection/>
<androidx.compose/>
Expand Down Expand Up @@ -68,6 +69,7 @@
<androidx.recommendation/>
<androidx.recyclerview/>
<androidx.remotecallback/>
<androidx.resourceinspection/>
<androidx.room/>
<androidx.savedstate/>
<androidx.security/>
Expand Down Expand Up @@ -125,6 +127,7 @@
<com.android.tools.build.jetifier/>
<com.android.tools.chunkio/>
<com.android.tools.ddms/>
<com.android.tools.emulator/>
<com.android.tools.external.com-intellij/>
<com.android.tools.external.org-jetbrains/>
<com.android.tools.fakeadbserver/>
Expand All @@ -133,12 +136,16 @@
<com.android.tools.lint/>
<com.android.tools.metalava/>
<com.android.tools.pixelprobe/>
<com.android.tools.utp/>
<com.android.volley/>
<com.crashlytics.sdk.android/>
<com.google.ads.afsn/>
<com.google.ads.interactivemedia.v3/>
<com.google.android.ads/>
<com.google.android.ads.consent/>
<com.google.android.apps.common.testing.accessibility.framework/>
<com.google.android.datatransport/>
<com.google.android.fhir/>
<com.google.android.games/>
<com.google.android.gms/>
<com.google.android.instantapps/>
Expand All @@ -156,6 +163,7 @@
<com.google.ar/>
<com.google.ar.sceneform/>
<com.google.ar.sceneform.ux/>
<com.google.assistant.suggestion/>
<com.google.devtools.ksp/>
<com.google.fhir/>
<com.google.firebase/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@
<library groupId="com.google.firebase" artifactId="firebase-messaging" recommended-version="20.1.2" >
<versions from="20.1.1" status="deprecated" description="Bug affecting app stability" url="https://firebase.google.com/support/release-notes/android#messaging_v20-1-1" />
</library>
<library groupId="com.google.firebase" artifactId="firebase-ml-vision">
<versions from="15.0.0" to="24.1.0" status="deprecated" description="For more information, refer to documentation for specific features.&#13;&#10;Text recognition: https://firebase.google.com/docs/ml/android/recognize-text&#13;&#10;Image labeling: https://firebase.google.com/docs/ml/android/label-images&#13;&#10;Landmark recognition: https://firebase.google.com/docs/ml/android/recognize-landmarks " />
</library>

<library groupId="com.google.dagger" artifactId="dagger-android" recommended-version="2.15" >
<versions from="2.15" />
<versions from="2.14.1" status="deprecated" description="Bug affecting SDK performance" url="https://github.com/google/dagger/releases/tag/2.15" />
Expand Down
15 changes: 0 additions & 15 deletions gradle.properties

This file was deleted.

0 comments on commit 5baaa18

Please sign in to comment.