Removed Java 1.8 target & compatibility
This commit is contained in:
parent
323dd05731
commit
5295ae3b9d
1 changed files with 3 additions and 3 deletions
|
@ -192,12 +192,12 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_1_8
|
//sourceCompatibility JavaVersion.VERSION_1_8
|
||||||
targetCompatibility JavaVersion.VERSION_1_8
|
//targetCompatibility JavaVersion.VERSION_1_8
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlinOptions {
|
kotlinOptions {
|
||||||
jvmTarget = "1.8"
|
//jvmTarget = "1.8"
|
||||||
}
|
}
|
||||||
namespace 'org.linphone'
|
namespace 'org.linphone'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue