浏览代码

Dependency upgrades

Aidan Follestad 5 年之前
父节点
当前提交
a81b26b19c
共有 3 个文件被更改,包括 8 次插入12 次删除
  1. 0 4
      build.gradle
  2. 7 7
      dependencies.gradle
  3. 1 1
      gradle/wrapper/gradle-wrapper.properties

+ 0 - 4
build.gradle

@@ -31,7 +31,3 @@ subprojects {
     }
   }
 }
-
-task clean(type: Delete) {
-  delete rootProject.buildDir
-}

+ 7 - 7
dependencies.gradle

@@ -8,11 +8,11 @@ ext.versions = [
 
 ext.deps = [
     gradle_plugins: [
-        android: "com.android.tools.build:gradle:3.5.2",
+        android: "com.android.tools.build:gradle:3.5.3",
         kotlin: "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61",
-        spotless: "com.diffplug.spotless:spotless-plugin-gradle:3.26.1",
+        spotless: "com.diffplug.spotless:spotless-plugin-gradle:3.27.1",
         versions: "com.github.ben-manes:gradle-versions-plugin:0.27.0",
-        bintray_release: "com.novoda:bintray-release:0.9.1",
+        bintray_release: "com.novoda:bintray-release:0.9.2",
     ],
 
     androidx: [
@@ -20,13 +20,13 @@ ext.deps = [
         core: "androidx.appcompat:appcompat:1.1.0",
         grid_layout: "androidx.gridlayout:gridlayout:1.0.0",
         lifecycle: [
-            runtime: "androidx.lifecycle:lifecycle-runtime:2.1.0",
-            compiler: "androidx.lifecycle:lifecycle-compiler:2.1.0"
+            runtime: "androidx.lifecycle:lifecycle-runtime:2.2.0",
+            compiler: "androidx.lifecycle:lifecycle-compiler:2.2.0"
         ],
         recycler_view: "androidx.recyclerview:recyclerview:1.1.0"
     ],
 
-    google_material: "com.google.android.material:material:1.0.0",
+    google_material: "com.google.android.material:material:1.1.0",
 
     kotlin: [
         stdlib8: "org.jetbrains.kotlin:kotlin-stdlib-jdk8",
@@ -41,5 +41,5 @@ ext.deps = [
         date_picker: "com.afollestad:date-picker:0.6.1"
     ],
 
-    leak_canary: "com.squareup.leakcanary:leakcanary-android:2.0-beta-3"
+    leak_canary: "com.squareup.leakcanary:leakcanary-android:2.2"
 ]

+ 1 - 1
gradle/wrapper/gradle-wrapper.properties

@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-5.6-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-bin.zip