From 6a77459e6d756707baa34106fbcb4c2ee31efd59 Mon Sep 17 00:00:00 2001 From: randikawann Date: Tue, 2 Oct 2018 10:15:27 -0500 Subject: [PATCH] added latest google firebase dependencies for project --- .idea/assetWizardSettings.xml | 112 ------ .idea/caches/build_file_checksums.ser | Bin 536 -> 543 bytes .idea/codeStyles/Project.xml | 24 ++ .idea/dbnavigator.xml | 453 +++++++++++++++++++++++ .idea/misc.xml | 2 +- .idea/modules.xml | 2 +- .idea/vcs.xml | 6 + app/build.gradle | 14 +- build.gradle | 4 +- gradle/wrapper/gradle-wrapper.properties | 4 +- 10 files changed, 496 insertions(+), 125 deletions(-) delete mode 100644 .idea/assetWizardSettings.xml create mode 100644 .idea/dbnavigator.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/assetWizardSettings.xml b/.idea/assetWizardSettings.xml deleted file mode 100644 index 5717e83..0000000 --- a/.idea/assetWizardSettings.xml +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index ed25ec111dae98efbf3a49782bb837c549249231..9cddbce60c5c3094231e5b33a3535bae78421014 100644 GIT binary patch delta 210 zcmbQiGM{C_bk;P}koDFR=lBN*Bo-9JB$a07r0As=C8p%0mKHHEMLVteEdGOyBjf=S z14Bgt0|SFVkMWg^nS8|z@=x}Qd_1@3MhOFdacW6PW?p(ROk*KK9Ru5BK1MM)J!h+! z(Bjmh;+Ueuyp+uB#PY2z_zyOYkOxc* z3>5_o3=9JEZYJ!rxzC=bo1iBZ?sRxz2?I}3X=Y9eOjjX89RnLk;l`&wIG20N_?nnK zUz9RIvZjPVASXXLF-NbUD8C@Js3bGBxD>AV_8Rq)y%O0kw)=`QzU}7Us8Yh9t{+;Q zT2!oGTw0V`oS_djUw?8wqqM*k*`AyI44YV9HgL{(^TVlb@&`seJ)i}N1qJ%pT{APm UVyo7nzmJ4|8-_o#K5?xA0QM1I6951J diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 30aa626..3cad2b3 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -25,5 +25,29 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/dbnavigator.xml b/.idea/dbnavigator.xml new file mode 100644 index 0000000..b2c7134 --- /dev/null +++ b/.idea/dbnavigator.xml @@ -0,0 +1,453 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index cc51e58..dc34569 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -25,7 +25,7 @@ - + diff --git a/.idea/modules.xml b/.idea/modules.xml index fbbd7ed..50c9fda 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,8 +2,8 @@ - + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 6595bd1..79440cd 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,15 +30,15 @@ android { } dependencies { - implementation fileTree(dir: 'libs', include: ['*.jar']) + implementation 'com.android.support:appcompat-v7:26.1.0' - implementation 'com.android.support.constraint:constraint-layout:1.1.0' + implementation 'com.android.support.constraint:constraint-layout:1.1.3' - implementation 'com.google.firebase:firebase-auth:11.4.0' - implementation 'com.google.android.gms:play-services-auth:11.4.0' - implementation 'com.google.firebase:firebase-database:11.4.0' - implementation 'com.google.firebase:firebase-core:11.4.0' - implementation 'com.google.firebase:firebase-messaging:11.4.0' + implementation 'com.google.firebase:firebase-auth:16.0.3' + implementation 'com.google.android.gms:play-services-auth:16.0.0' + implementation 'com.google.firebase:firebase-database:16.0.2' + implementation 'com.google.firebase:firebase-core:16.0.3' + implementation 'com.google.firebase:firebase-messaging:17.3.2' implementation 'com.android.support:design:26.1.0' implementation 'com.android.support:support-vector-drawable:26.1.0' diff --git a/build.gradle b/build.gradle index a9f0cf5..05beb4f 100755 --- a/build.gradle +++ b/build.gradle @@ -7,12 +7,12 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.0.1' + classpath 'com.android.tools.build:gradle:3.2.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files - classpath 'com.google.gms:google-services:3.1.0' + classpath 'com.google.gms:google-services:4.0.1' } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 5694998..de69641 100755 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Thu May 03 19:34:05 IST 2018 +#Tue Oct 02 09:35:45 GMT-05:00 2018 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip