Skip to content

Commit 1f869c5

Browse files
authored
Merge pull request #1357 from android/wff-agp
Migrated to AGP 9.0.0
2 parents 87a29d8 + 7e0d0b3 commit 1f869c5

16 files changed

Lines changed: 31 additions & 14 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
androidGradlePlugin = "8.13.1"
2+
androidGradlePlugin = "9.0.0"
33

44
[plugins]
5-
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
5+
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }

WatchFaceFormat/Complications/watchface/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ plugins {
1818
}
1919

2020
android {
21+
enableKotlin = false
2122
namespace = "com.example.complications"
2223
compileSdk = 34
2324

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
androidGradlePlugin = "8.13.1"
2+
androidGradlePlugin = "9.0.0"
33

44
[plugins]
5-
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
5+
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }

WatchFaceFormat/Flavors/watchface/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ plugins {
1818
}
1919

2020
android {
21+
enableKotlin = false
2122
namespace = "com.example.flavors"
2223
compileSdk = 34
2324

WatchFaceFormat/PhotosMask/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
* limitations under the License.
1515
*/
1616
plugins {
17-
id("com.android.application") version "8.13.1" apply false
17+
alias(libs.plugins.android.application) apply false
1818
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[versions]
2+
androidGradlePlugin = "9.0.0"
3+
4+
[plugins]
5+
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }

WatchFaceFormat/PhotosMask/watchface/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@
1414
* limitations under the License.
1515
*/
1616
plugins {
17-
id("com.android.application")
17+
alias(libs.plugins.android.application)
1818
}
1919

2020
android {
21+
enableKotlin = false
2122
namespace = "com.example.photosmask"
2223
compileSdk = 36
2324

WatchFaceFormat/PhotosMulti/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
* limitations under the License.
1515
*/
1616
plugins {
17-
id("com.android.application") version "8.13.1" apply false
17+
alias(libs.plugins.android.application) apply false
1818
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[versions]
2+
androidGradlePlugin = "9.0.0"
3+
4+
[plugins]
5+
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }

WatchFaceFormat/PhotosMulti/watchface/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@
1414
* limitations under the License.
1515
*/
1616
plugins {
17-
id("com.android.application")
17+
alias(libs.plugins.android.application)
1818
}
1919

2020
android {
21+
enableKotlin = false
2122
namespace = "com.example.photosmulti"
2223
compileSdk = 36
2324

0 commit comments

Comments
 (0)