From a4fdf1d5756fb33a4056172bc5455c39b0fe0a6a Mon Sep 17 00:00:00 2001 From: Tad Date: Fri, 13 Nov 2020 10:38:59 -0500 Subject: [PATCH] Update dependencies --- .idea/caches/build_file_checksums.ser | Bin 532 -> 532 bytes .idea/compiler.xml | 6 ++++++ .idea/gradle.xml | 1 + .idea/misc.xml | 12 +++++++++--- .idea/modules.xml | 4 ++-- app/build.gradle | 6 +++--- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 8 files changed, 24 insertions(+), 11 deletions(-) create mode 100644 .idea/compiler.xml diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index d7e60fa7d43b812d1837105b4f593efd173639f2..2a4759422558f5127fbc729dc4638070194b24f1 100644 GIT binary patch delta 54 zcmV-60LlN91e64jmj!jgL95%5oSzWExro)(v>ZLjb|~%z7fsQVO98kME`u7pqBG{3 M0zSG^#y=#?c(e={z5oCK delta 54 zcmV-60LlN91e64jmj!c%6psgyoSzU9%CmTkP`{H`*9Z|}!qHZfO98kMt9x2*>E}#< Mvh_>txKk(1czG8YD*ylh diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..61a9130 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 674414f..41871c2 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -15,6 +15,7 @@ diff --git a/.idea/misc.xml b/.idea/misc.xml index 9d7a208..f3beed2 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -5,7 +5,7 @@ - + diff --git a/.idea/modules.xml b/.idea/modules.xml index 76e06fb..1e2f259 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,8 +2,8 @@ - - + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 814a332..f7e850d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,7 +6,7 @@ android { applicationId "us.spotco.malwarescanner" minSdkVersion 16 targetSdkVersion 29 - versionCode 46 + versionCode 47 versionName "2.10" resConfigs "en" } @@ -29,6 +29,6 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'com.google.android.material:material:1.0.0' + implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'com.google.android.material:material:1.2.1' } diff --git a/build.gradle b/build.gradle index aa87355..e18f583 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.5.0' + classpath 'com.android.tools.build:gradle:4.1.1' // NOTE: Do not place your application dependencies here; they belong diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 7e0f03c..bf2c7fe 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Sun Sep 22 20:14:35 GMT-05:00 2019 +#Fri Nov 13 10:35:46 GMT-05:00 2020 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip