Skip to content

Instantly share code, notes, and snippets.

@SeanZoR
SeanZoR / build.gradle
Last active April 11, 2016 05:49 — forked from khernyo/build.gradle
// This hack works with com.android.tools.build:gradle:0.2, won't work in later version without modification
apply plugin: 'android'
targetCompatibility = 1.6
sourceCompatibility = 1.6
android {
target = 'android-14'