Skip to content

Commit 13dd623

Browse files
committed
Remove defaultConfig flavor. Was derping up gradle inclusion.
1 parent e8a7fe0 commit 13dd623

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ build
77
.idea/
88
.DS_Store
99

10+
okhttp

AndroidAsync/build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ android {
2626
compileSdkVersion 19
2727
buildToolsVersion "20.0.0"
2828

29-
defaultConfig {
30-
minSdkVersion 8
31-
targetSdkVersion 21
32-
testInstrumentationRunner "android.test.InstrumentationTestRunner"
33-
testFunctionalTest true
29+
compileOptions {
30+
sourceCompatibility JavaVersion.VERSION_1_7
31+
targetCompatibility JavaVersion.VERSION_1_7
3432
}
3533
}
3634

0 commit comments

Comments
 (0)