Skip to content

Commit 0da5dcd

Browse files
committed
chore: update gradle version
1 parent 33a44ce commit 0da5dcd

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

app/build.gradle

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff 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

6872
android.applicationVariants.all { variant ->

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
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"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sun Jun 23 18:54:22 CEST 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=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
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)