1 parent e8a7fe0 commit 13dd623Copy full SHA for 13dd623
2 files changed
.gitignore
@@ -7,3 +7,4 @@ build
7
.idea/
8
.DS_Store
9
10
+okhttp
AndroidAsync/build.gradle
@@ -26,11 +26,9 @@ android {
26
compileSdkVersion 19
27
buildToolsVersion "20.0.0"
28
29
- defaultConfig {
30
- minSdkVersion 8
31
- targetSdkVersion 21
32
- testInstrumentationRunner "android.test.InstrumentationTestRunner"
33
- testFunctionalTest true
+ compileOptions {
+ sourceCompatibility JavaVersion.VERSION_1_7
+ targetCompatibility JavaVersion.VERSION_1_7
34
}
35
36
0 commit comments