Skip to content

Commit 9970d88

Browse files
authored
chore(android): update to latest Gradle (#9892)
1 parent aaecb6a commit 9970d88

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

.changes/update-gradle.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"tauri-cli": patch:enhance
3+
"@tauri-apps/cli": patch:enhance
4+
---
5+
6+
Update to latest gradle.

examples/api/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/node_modules/
22
/.vscode/
33
.DS_Store
4-
gen/
54
.cargo
65
dist/

tooling/cli/templates/mobile/android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
mavenCentral()
55
}
66
dependencies {
7-
classpath("com.android.tools.build:gradle:8.0.0")
7+
classpath("com.android.tools.build:gradle:8.3.2")
88
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21")
99
{{~#each android-project-dependencies}}
1010
classpath("{{this}}"){{/each}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Tue May 10 19:22:52 CST 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)