aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidAsync
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2014-07-09 22:58:33 -0700
committerKoushik Dutta <koushd@gmail.com>2014-07-09 22:58:33 -0700
commit13dd623171182415f25c457f430aff4be36febfc (patch)
tree3096687df84aebea7f9781d5458dffa8949b59c9 /AndroidAsync
parente8a7fe02937261aa43aad2fdef605a6d595b62b2 (diff)
downloadAndroidAsync-13dd623171182415f25c457f430aff4be36febfc.tar.gz
AndroidAsync-13dd623171182415f25c457f430aff4be36febfc.tar.bz2
AndroidAsync-13dd623171182415f25c457f430aff4be36febfc.zip
Remove defaultConfig flavor. Was derping up gradle inclusion.
Diffstat (limited to 'AndroidAsync')
-rw-r--r--AndroidAsync/build.gradle8
1 files changed, 3 insertions, 5 deletions
diff --git a/AndroidAsync/build.gradle b/AndroidAsync/build.gradle
index a482d38..8b0a4df 100644
--- a/AndroidAsync/build.gradle
+++ b/AndroidAsync/build.gradle
@@ -26,11 +26,9 @@ android {
compileSdkVersion 19
buildToolsVersion "20.0.0"
- defaultConfig {
- minSdkVersion 8
- targetSdkVersion 21
- testInstrumentationRunner "android.test.InstrumentationTestRunner"
- testFunctionalTest true
+ compileOptions {
+ sourceCompatibility JavaVersion.VERSION_1_7
+ targetCompatibility JavaVersion.VERSION_1_7
}
}