build: Update relavant tools
Signed-off-by: Dakkshesh <beakthoven@gmail.com>
This commit is contained in:
@@ -30,16 +30,13 @@ android {
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
targetCompatibility = JavaVersion.VERSION_11
|
||||
}
|
||||
kotlinOptions {
|
||||
jvmTarget = "11"
|
||||
sourceCompatibility = JavaVersion.VERSION_21
|
||||
targetCompatibility = JavaVersion.VERSION_21
|
||||
}
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
path = file("src/main/cpp/CMakeLists.txt")
|
||||
version = "3.22.1"
|
||||
version = "3.28.0+"
|
||||
}
|
||||
}
|
||||
buildFeatures {
|
||||
|
||||
Reference in New Issue
Block a user