update to fit rebase

This commit is contained in:
Quentin Monnier 2022-12-06 15:37:31 -05:00 committed by Sylvain Berfini
parent 8b5cc27693
commit f7fb23a79d

View file

@ -196,19 +196,10 @@ android {
dataBinding = true
}
compileOptions {
//sourceCompatibility JavaVersion.VERSION_1_8
//targetCompatibility JavaVersion.VERSION_1_8
}
adbOptions {
installOptions '-g', '-r'
}
kotlinOptions {
//jvmTarget = "1.8"
}
namespace 'org.linphone'
testBuildType 'debug'
}