mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 06:35:48 +03:00
Revert "Force ant and android studio to use Java7"
This commit is contained in:
parent
d3afbb2972
commit
0c48a4686d
2 changed files with 4 additions and 9 deletions
11
build.gradle
11
build.gradle
|
@ -53,13 +53,10 @@ android {
|
|||
release.setRoot('build-types/release')
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_7
|
||||
targetCompatibility JavaVersion.VERSION_1_7
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
android {
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
}
|
||||
|
||||
productFlavors {
|
||||
|
|
|
@ -11,5 +11,3 @@
|
|||
target=android-22
|
||||
android.library.reference.1=owncloud-android-library
|
||||
android.library.reference.2=libs/android-support-appcompat-v7-exploded-aar
|
||||
java.source=7
|
||||
java.target=7
|
||||
|
|
Loading…
Reference in a new issue