Skip to content
Snippets Groups Projects
Unverified Commit 4464a664 authored by akwizgran's avatar akwizgran
Browse files

Upgrade to Java 1.7 where possible.

parent ec933c09
No related branches found
No related tags found
No related merge requests found
apply plugin: 'com.android.library'
sourceCompatibility = 1.6
targetCompatibility = 1.6
sourceCompatibility = 1.7
targetCompatibility = 1.7
apply plugin: 'witness'
apply plugin: 'com.neenbedankt.android-apt'
......
......@@ -104,8 +104,8 @@ android {
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_6
targetCompatibility JavaVersion.VERSION_1_6
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
lintOptions {
......
apply plugin: 'java'
sourceCompatibility = 1.6
targetCompatibility = 1.6
sourceCompatibility = 1.7
targetCompatibility = 1.7
apply plugin: 'witness'
......
apply plugin: 'java'
sourceCompatibility = 1.6
targetCompatibility = 1.6
sourceCompatibility = 1.7
targetCompatibility = 1.7
apply plugin: 'witness'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment