Skip to content

Commit 518178a

Browse files
committed
Upgrade dependencies to support APIv35 (Android 15)
Signed-off-by: Hui-Hong You <hiroshi@ghostsinthelab.org>
1 parent 15259fb commit 518178a

6 files changed

Lines changed: 12 additions & 11 deletions

File tree

.idea/compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/gradle.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ val versionName: String = "0.9.1.1"
2626

2727
android {
2828
namespace = "com.miyabi_hiroshi.app.${projectName}"
29-
compileSdk = 34
29+
compileSdk = 35
3030

3131
defaultConfig {
3232
minSdk = 23
@@ -77,7 +77,7 @@ android {
7777
kotlinOptions {
7878
jvmTarget = "17"
7979
}
80-
buildToolsVersion = "34.0.0"
80+
buildToolsVersion = "35.0.0"
8181
ndkVersion = "26.1.10909125"
8282

8383
val chewingLibraryPath: String = "${rootDir}/app/src/main/cpp/libs/libchewing"

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[versions]
2-
agp = "8.4.0"
2+
agp = "8.9.0"
33
kotlin = "1.9.0"
4-
coreKtx = "1.13.1"
4+
coreKtx = "1.15.0"
55
junit = "4.13.2"
6-
junitVersion = "1.1.5"
7-
espressoCore = "3.5.1"
8-
appcompat = "1.6.1"
6+
junitVersion = "1.2.1"
7+
espressoCore = "3.6.1"
8+
appcompat = "1.7.0"
99
material = "1.12.0"
1010

1111
[libraries]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat May 18 14:10:00 CST 2024
1+
#Mon Mar 10 15:20:52 CST 2025
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)