diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 7ac24c77..5cd135a0 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -1,8 +1,10 @@ + - + diff --git a/.idea/modules.xml b/.idea/modules.xml index 850f4e70..f246cefb 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -3,7 +3,8 @@ - + + \ No newline at end of file diff --git a/app/app.iml b/app/app.iml index 2a197e74..1eea895e 100644 --- a/app/app.iml +++ b/app/app.iml @@ -1,9 +1,11 @@ - + @@ -17,32 +19,29 @@ - - + + - - - + + - - - - - - - + + + + + - - - - + + + @@ -50,13 +49,6 @@ - - - - - - - @@ -64,6 +56,13 @@ + + + + + + + @@ -85,63 +84,22 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - + + + + + + + + + + + \ No newline at end of file diff --git a/build.gradle b/build.gradle index f1b98cf2..a8266638 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.2.1' + classpath 'com.android.tools.build:gradle:4.0.0' classpath 'com.google.gms:google-services:1.3.0-beta1' // NOTE: Do not place your application dependencies here; they belong @@ -23,7 +23,7 @@ buildscript { google() } dependencies { - classpath 'com.jakewharton:butterknife-gradle-plugin:8.5.1' + classpath 'com.jakewharton:butterknife-gradle-plugin:9.0.0-rc2' } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index d5d5c1c0..69e8b432 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,6 @@ -#Tue Nov 06 17:37:41 IST 2018 - +#Sun Aug 09 15:44:24 SGT 2020 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip