Skip to content

Commit

Permalink
Update NDK, revert LTO, downgrade CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
chiteroman committed Oct 22, 2024
1 parent 7ed05a4 commit affc86a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {
namespace = "es.chiteroman.playintegrityfix"
compileSdk = 35
buildToolsVersion = "35.0.0"
ndkVersion = "27.1.12297006"
ndkVersion = "27.2.12479018"

buildFeatures {
prefab = true
Expand Down Expand Up @@ -35,7 +35,6 @@ android {

arguments(
"-DCMAKE_BUILD_TYPE=Release",
"-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON",
"-DANDROID_STL=none",
"-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
)
Expand Down Expand Up @@ -76,7 +75,7 @@ android {
externalNativeBuild {
cmake {
path = file("src/main/cpp/CMakeLists.txt")
version = "3.30.3"
version = "3.22.1"
}
}
}
Expand Down

0 comments on commit affc86a

Please sign in to comment.