Skip to content

Commit 9ab1c69

Browse files
committed
don't build lib with java 7 - refs #31
1 parent 2044e80 commit 9ab1c69

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

library/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ android {
77
defaultConfig {
88
minSdkVersion 7
99
}
10-
11-
compileOptions {
12-
sourceCompatibility JavaVersion.VERSION_1_7
13-
targetCompatibility JavaVersion.VERSION_1_7
14-
}
1510
}
1611

1712
android.libraryVariants.all { variant ->

samples/database-v1/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,4 @@ android {
1616
versionName '1.0'
1717
}
1818

19-
compileOptions {
20-
sourceCompatibility JavaVersion.VERSION_1_7
21-
targetCompatibility JavaVersion.VERSION_1_7
22-
}
2319
}

samples/database-v2-upgrade/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,4 @@ android {
1616
versionName '2.0'
1717
}
1818

19-
compileOptions {
20-
sourceCompatibility JavaVersion.VERSION_1_7
21-
targetCompatibility JavaVersion.VERSION_1_7
22-
}
2319
}

0 commit comments

Comments
 (0)