OSDN Git Service

Merge "Only add widgets system shortcut if widgets exist" into ub-launcher3-dorval
[android-x86/packages-apps-Launcher3.git] / build.gradle
index 51ac5a1..9c71693 100644 (file)
@@ -1,9 +1,10 @@
 buildscript {
     repositories {
         mavenCentral()
+        jcenter()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:2.2.3'
+        classpath 'com.android.tools.build:gradle:2.3.1'
         classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.0'
     }
 }
@@ -13,7 +14,7 @@ apply plugin: 'com.google.protobuf'
 
 android {
     compileSdkVersion 26
-    buildToolsVersion '24.0.0'
+    buildToolsVersion '26.0.0'
 
     defaultConfig {
         minSdkVersion 21
@@ -61,6 +62,7 @@ android {
 
 repositories {
     mavenCentral()
+    jcenter()
 }
 
 final String SUPPORT_LIBS_VERSION = '26.0.0-SNAPSHOT'