mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
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 {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
//sourceCompatibility JavaVersion.VERSION_1_8
|
||||
//targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
kotlinOptions {
|
||||
jvmTarget = "1.8"
|
||||
//jvmTarget = "1.8"
|
||||
}
|
||||
namespace 'org.linphone'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue