aboutsummaryrefslogtreecommitdiff
path: root/annotations
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2019-06-26 15:33:44 -0700
committerAurimas Liutikas <aurimas@google.com>2019-06-26 15:33:44 -0700
commit51acbc62be153217801cbbabfc736d91ff7a74bb (patch)
treed9e7956ca3c884963a3f777443d0fe4e01a0353e /annotations
parent1ff1b4adeba799bbc9e7199dcfa0c665f2d6d7ef (diff)
downloadsupport-51acbc62be153217801cbbabfc736d91ff7a74bb.tar.gz
Move several core libraries back to Java 7
Moving: androidx.annotation androidx.core androidx.collection androidx.versionedparcelable Bug: 135942802 Test: ./gradlew assembleDebug assembleAndroidTest Change-Id: I7ec942eaf60c9d5d9b22d9bba7bba4344f7cd609
Diffstat (limited to 'annotations')
-rw-r--r--annotations/build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/annotations/build.gradle b/annotations/build.gradle
index 38357afcafc..0d33b794e1a 100644
--- a/annotations/build.gradle
+++ b/annotations/build.gradle
@@ -7,6 +7,9 @@ plugins {
id("java")
}
+targetCompatibility = JavaVersion.VERSION_1_7
+sourceCompatibility = JavaVersion.VERSION_1_7
+
jar {
from sourceSets.main.output
// Strip out typedef classes. For Android libraries, this is done