Skip to content

Commit 254a9e2

Browse files
authored
🔧 build: bump AGP to 8.11.0, replace jcenter() with mavenCentral()
1 parent 5c36a90 commit 254a9e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎pythonforandroid/bootstraps/common/build/templates/build.tmpl.gradle‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
buildscript {
33
repositories {
44
google()
5-
jcenter()
5+
mavenCentral()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:8.1.1'
8+
classpath 'com.android.tools.build:gradle:8.11.0'
99
}
1010
}
1111

1212
allprojects {
1313
repositories {
1414
google()
15-
jcenter()
15+
mavenCentral()
1616
{%- for repo in args.gradle_repositories %}
1717
{{repo}}
1818
{%- endfor %}

0 commit comments

Comments
 (0)