Skip to content

Commit

Permalink
Update to Android Gradle plugin version 8.7.1, and macos-13 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Oct 16, 2024
1 parent 7875131 commit 450f879
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
- os: linux
runs-on: ubuntu-20.04
- os: macos
runs-on: macos-12
runs-on: macos-13
- os: windows
runs-on: windows-2022

Expand Down
4 changes: 4 additions & 0 deletions demo/.idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7.0" apply false
id("com.android.application") version "8.7.1" 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
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=21

agpVersion=8.7.0
agpVersion=8.7.1
kotlinVersion=2.0.0

# These variables will be filled in by the test script.
Expand Down
4 changes: 4 additions & 0 deletions server/pypi/pkgtest/.idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7.0'
classpath 'com.android.tools.build:gradle:8.7.1'
classpath "com.chaquo.python:gradle:" + (chaquopyVersion ?: "+")
}
}
Expand Down

0 comments on commit 450f879

Please sign in to comment.