projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix Java version to 1.7
[pub/Android/ownCloud.git]
/
build.gradle
diff --git
a/build.gradle
b/build.gradle
index
73c094d
..
a5c0431
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-61,8
+61,8
@@
android {
compileOptions {
- sourceCompatibility JavaVersion.VERSION_1_
5
- targetCompatibility JavaVersion.VERSION_1_
5
+ sourceCompatibility JavaVersion.VERSION_1_
7
+ targetCompatibility JavaVersion.VERSION_1_
7
}
productFlavors {