summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorJoey <joey@lineageos.org>2018-04-20 21:26:23 +0200
committerJoey <joey@lineageos.org>2018-05-02 22:01:15 +0200
commit707a3174fe0433289f1ab0686ac025adeabe815e (patch)
tree76f913c721181e8380c8b3dc5dc44370ec3ffd24 /build.gradle
parent37894424d1c3e96505759f2618696bbfd5609470 (diff)
downloadandroid_packages_apps_Trebuchet-707a3174fe0433289f1ab0686ac025adeabe815e.tar.gz
android_packages_apps_Trebuchet-707a3174fe0433289f1ab0686ac025adeabe815e.tar.bz2
android_packages_apps_Trebuchet-707a3174fe0433289f1ab0686ac025adeabe815e.zip
Trebuchet: update build.gradle
Change-Id: If9f4d4ccddd2ea8e9cc44881964d698827609465 Signed-off-by: Joey <joey@lineageos.org>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle8
1 files changed, 6 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index a5978a296..906584754 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.0.1'
+ classpath 'com.android.tools.build:gradle:3.1.1'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.3'
}
}
@@ -40,10 +40,12 @@ android {
testApplicationId 'org.lineageos.trebuchet.tests'
}
+ /*
l3go {
applicationId 'com.android.launcher3'
testApplicationId 'com.android.launcher3.tests'
}
+ */
}
sourceSets {
main {
@@ -69,6 +71,7 @@ android {
proto.srcDirs 'protos/'
}
+ /*
aospAndroidTest {
manifest.srcFile "tests/AndroidManifest.xml"
}
@@ -84,6 +87,7 @@ android {
l3goAndroidTest {
manifest.srcFile "tests/AndroidManifest.xml"
}
+ */
}
compileOptions {
@@ -98,7 +102,7 @@ repositories {
google()
}
-final String SUPPORT_LIBS_VERSION = '27.0.2'
+final String SUPPORT_LIBS_VERSION = '27.1.1'
dependencies {
compile "com.android.support:support-v4:${SUPPORT_LIBS_VERSION}"
compile "com.android.support:support-dynamic-animation:${SUPPORT_LIBS_VERSION}"