Skip to content

Commit

Permalink
don't build lib with java 7 - refs #31
Browse files Browse the repository at this point in the history
  • Loading branch information
jgilfelt committed Jan 21, 2014
1 parent 2044e80 commit 9ab1c69
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
5 changes: 0 additions & 5 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ android {
defaultConfig {
minSdkVersion 7
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
}

android.libraryVariants.all { variant ->
Expand Down
4 changes: 0 additions & 4 deletions samples/database-v1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,4 @@ android {
versionName '1.0'
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
}
4 changes: 0 additions & 4 deletions samples/database-v2-upgrade/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,4 @@ android {
versionName '2.0'
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
}

0 comments on commit 9ab1c69

Please sign in to comment.