File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed
Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ android {
3434 }
3535 }
3636
37-
3837 externalNativeBuild {
3938 ndkBuild {
4039 path ' src/main/jni/Android.mk'
@@ -45,9 +44,6 @@ android {
4544 aidl true
4645 }
4746
48- lintOptions {
49- abortOnError false
50- }
5147
5248 ndkVersion ' 21.4.7075529'
5349
@@ -63,6 +59,14 @@ android {
6359 androidResources {
6460 noCompress ' dict'
6561 }
62+ packaging {
63+ jniLibs {
64+ useLegacyPackaging false
65+ }
66+ }
67+ lint {
68+ abortOnError false
69+ }
6670}
6771
6872android. applicationVariants. all { variant ->
Original file line number Diff line number Diff line change 4444 android : allowBackup =" true"
4545 android : defaultToDeviceProtectedStorage =" true"
4646 android : directBootAware =" true"
47- android : extractNativeLibs =" false"
4847 android : icon =" @mipmap/ic_launcher"
4948 android : label =" @string/english_ime_name"
5049 android : roundIcon =" @mipmap/ic_launcher_round"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 mavenCentral()
99 }
1010 dependencies {
11- classpath ' com.android.tools.build:gradle:8.4.2 '
11+ classpath ' com.android.tools.build:gradle:8.9.0 '
1212 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1313
1414 // NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 11# Sun Jun 23 18:54:22 CEST 2024
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.6 -bin.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments