File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ android {
20
20
lintOptions {
21
21
abortOnError false
22
22
}
23
+ compileOptions {
24
+ sourceCompatibility JavaVersion . VERSION_1_7
25
+ targetCompatibility JavaVersion . VERSION_1_7
26
+ }
23
27
}
24
28
25
29
dependencies {
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies {
40
40
41
41
42
42
testCompile ' junit:junit:4.12'
43
- // compile 'com.android.support:support-annotations:25.2.0'
43
+ compile ' com.android.support:support-annotations:25.2.0'
44
44
compile ' com.google.code.gson:gson:2.7'
45
45
compile ' com.google.guava:guava:21.0'
46
46
compile ' com.android.volley:volley:1.0.0'
Original file line number Diff line number Diff line change 1
- include ' :app ' , ' : library'
1
+ include ' :library'
You can’t perform that action at this time.
0 commit comments