aboutsummaryrefslogtreecommitdiffstats
path: root/annotation/build.gradle
blob: 791da20512dea2b832718cac685b98615ce1fb5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
apply plugin: 'java'

java {
// This is important even if Android Studio claims it isn't
// used. Android can't interpret Java 8 byte code.
    sourceCompatibility = JavaVersion.VERSION_1_7
    targetCompatibility = JavaVersion.VERSION_1_7
}

dependencies {
}