File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,4 @@ buildFeatures.buildConfig=true
4646android.nonTransitiveRClass =false
4747android.nonFinalResIds =false
4848
49- # Ensure Gradle uses a Java 17 JDK. This was corrected from a typo `org.gradle.java.homee`.
50- # Point to Android Studio's embedded JBR (which typically contains a suitable JDK). Use forward slashes for portability.
51- org.gradle.java.home =C\:/Users/zhuyongqing01/AppData/Local/Programs/Android Studio/jbr
52-
5349
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ android {
1313 consumerProguardFiles(" consumer-rules.pro" )
1414 externalNativeBuild.cmake {
1515 cppFlags(" " )
16- // arguments( listOf("-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON") )
16+ arguments + = listOf (" -DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON" )
1717 }
1818 ndk {
1919 abiFilters.add(" arm64-v8a" )
You can’t perform that action at this time.
0 commit comments