Skip to content

Commit

Permalink
Update to Android Gradle plugin version 8.5.0 (closes #1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Jul 8, 2024
1 parent 3b2e3f7 commit 9728561
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 9 deletions.
1 change: 1 addition & 0 deletions demo/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/.idea/deploymentTargetSelector.xml
/.idea/libraries
/.idea/modules.xml
/.idea/other.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
Expand Down
2 changes: 1 addition & 1 deletion demo/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all
// sub-projects/modules.
plugins {
id("com.android.application") version "8.4.2" apply false
id("com.android.application") version "8.5.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.0" apply false

// com.chaquo.python is declared in settings.gradle.kts, because dynamic versions
Expand Down
2 changes: 1 addition & 1 deletion demo/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
1 change: 1 addition & 0 deletions product/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/other.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The test script uses this to set JAVA_HOME.
chaquopy.java.version=17

agpVersion=8.5.0-rc01
agpVersion=8.5.0

# These variables will be filled in by the test script.
chaquopyRepository=
Expand Down
2 changes: 1 addition & 1 deletion product/runtime/docs/sphinx/android.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ In your *top-level* `build.gradle` file, set the Chaquopy version:
}
Also check the Android Gradle plugin version (`com.android.application` or
`com.android.library`): it should be between 7.0.x and 8.4.x. Older versions as far back
`com.android.library`): it should be between 7.0.x and 8.5.x. Older versions as far back
as 2.2 are supported by :doc:`older versions of Chaquopy <../versions>`.

Then apply the Chaquopy plugin in the *module-level* `build.gradle` file (usually in the
Expand Down
5 changes: 3 additions & 2 deletions product/runtime/docs/sphinx/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ Features
<https://github.com/chaquo/chaquopy/issues/886>`__)
- Update CA bundle to certifi 2023.11.17. (`#893
<https://github.com/chaquo/chaquopy/issues/893>`__)
- Android Gradle plugin versions 8.1 to 8.4 are now supported. (`#908
- Android Gradle plugin versions 8.1 to 8.5 are now supported. (`#908
<https://github.com/chaquo/chaquopy/issues/908>`__, `#1003
<https://github.com/chaquo/chaquopy/issues/1003>`__, `#1091
<https://github.com/chaquo/chaquopy/issues/1091>`__, `#1140
<https://github.com/chaquo/chaquopy/issues/1140>`__)
<https://github.com/chaquo/chaquopy/issues/1140>`__, `#1172
<https://github.com/chaquo/chaquopy/issues/1172>`__)
- Python version 3.12 is now supported. (`#931
<https://github.com/chaquo/chaquopy/issues/931>`__, `#967
<https://github.com/chaquo/chaquopy/issues/967>`__)
Expand Down
2 changes: 1 addition & 1 deletion product/runtime/docs/sphinx/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Version summary
| | |Gradle plugin |level |
| | |versions | |
+===================+===================+===================+===================+
|15.0 |3.8 - 3.12 |7.0 - 8.4 | |
|15.0 |3.8 - 3.12 |7.0 - 8.5 | |
+-------------------+-------------------+-------------------+ +
|14.0 | |4.1 - 8.0 | |
+-------------------+ +-------------------+ +
Expand Down
1 change: 1 addition & 0 deletions server/pypi/pkgtest/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/.idea/deploymentTargetSelector.xml
/.idea/libraries
/.idea/modules.xml
/.idea/other.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
Expand Down
2 changes: 1 addition & 1 deletion server/pypi/pkgtest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.4.2'
classpath 'com.android.tools.build:gradle:8.5.0'
classpath "com.chaquo.python:gradle:" + (chaquopyVersion ?: "+")
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip

0 comments on commit 9728561

Please sign in to comment.