Skip to content

Commit 31f34e2

Browse files
committed
Update - use jdk7
1 parent 2f00f6a commit 31f34e2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ android {
2020
lintOptions {
2121
abortOnError false
2222
}
23+
compileOptions {
24+
sourceCompatibility JavaVersion.VERSION_1_7
25+
targetCompatibility JavaVersion.VERSION_1_7
26+
}
2327
}
2428

2529
dependencies {

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040

4141

4242
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'
4444
compile 'com.google.code.gson:gson:2.7'
4545
compile 'com.google.guava:guava:21.0'
4646
compile 'com.android.volley:volley:1.0.0'

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':app', ':library'
1+
include ':library'

0 commit comments

Comments
 (0)