chore: Replace deprecated function
This commit is contained in:
parent
245cb91b26
commit
84131f2630
@ -51,11 +51,6 @@ android {
|
|||||||
composeOptions {
|
composeOptions {
|
||||||
kotlinCompilerExtensionVersion '1.5.1'
|
kotlinCompilerExtensionVersion '1.5.1'
|
||||||
}
|
}
|
||||||
packaging {
|
|
||||||
resources {
|
|
||||||
excludes += '/META-INF/{AL2.0,LGPL2.1}'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
path file('src/main/cpp/CMakeLists.txt')
|
path file('src/main/cpp/CMakeLists.txt')
|
||||||
@ -63,6 +58,9 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
packagingOptions {
|
packagingOptions {
|
||||||
|
resources {
|
||||||
|
excludes.add('/META-INF/{AL2.0,LGPL2.1}')
|
||||||
|
}
|
||||||
jniLibs {
|
jniLibs {
|
||||||
pickFirsts += ['**/libxdl.so', '**/libshadowhook.so']
|
pickFirsts += ['**/libxdl.so', '**/libshadowhook.so']
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user