OSDN Git Service

Move HomeActivity UIHost functionality behind a feature flag (currently hardcoded...
[android-x86/packages-apps-Taskbar.git] / build.gradle
index 22821ea..4bbe76e 100644 (file)
@@ -7,7 +7,8 @@ buildscript {
     }
 
     dependencies {
-        classpath 'com.android.tools.build:gradle:3.3.0'
+        //noinspection GradleDependency
+        classpath 'com.android.tools.build:gradle:3.4.0'
 
         // NOTE: Do not place your application dependencies here; they belong
         // in the individual module build.gradle files
@@ -15,8 +16,8 @@ buildscript {
 }
 
 plugins {
-    id 'se.patrikerdes.use-latest-versions' version '0.2.7'
-    id 'com.github.ben-manes.versions' version '0.20.0'
+    id 'se.patrikerdes.use-latest-versions' version '0.2.10'
+    id 'com.github.ben-manes.versions' version '0.21.0'
 }
 
 dependencyUpdates {