OSDN Git Service

Move HomeActivity UIHost functionality behind a feature flag (currently hardcoded...
[android-x86/packages-apps-Taskbar.git] / build.gradle
index 46b077d..4bbe76e 100644 (file)
@@ -2,22 +2,28 @@
 
 buildscript {
     repositories {
+        google()
         jcenter()
-
-        maven {
-            url "https://jitpack.io"
-        }
     }
 
     dependencies {
-        classpath 'com.android.tools.build:gradle:2.2.0-beta2'
-        classpath 'com.github.JakeWharton:sdk-manager-plugin:-SNAPSHOT'
+        //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
     }
 }
 
+plugins {
+    id 'se.patrikerdes.use-latest-versions' version '0.2.10'
+    id 'com.github.ben-manes.versions' version '0.21.0'
+}
+
+dependencyUpdates {
+    revision = 'release'
+}
+
 allprojects {
     repositories {
         jcenter()