Skip to content

Commit

Permalink
Update to Android Gradle plugin version 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Aug 24, 2023
1 parent 95da249 commit 3ad6b1d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion demo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}

plugins {
id("com.android.application") version "8.1.0" apply false
id("com.android.application") version "8.1.1" apply false
id("org.jetbrains.kotlin.android") version "1.8.10" apply false
id("com.chaquo.python") version System.getProperty("chaquopyVersion") apply false
}
2 changes: 1 addition & 1 deletion product/gradle-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ After stable release:
new project wizard.
* Update the demo and pkgtest apps as follows. Leave the public apps alone for now: they
will be dealt with during the next release (see release/README.md).
* Run Android Studio Upgrade Assistant.
* In Android Studio, run Tools > AGP Upgrade Assistant.
* Update all items from the "base" directory above.
* Update .gitignore file, and git rm any newly-ignored files.
* Test the app.
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.1.0-rc01
agpVersion=8.1.1

# These variables will be filled in by the test script.
chaquopyRepository=
Expand Down
6 changes: 6 additions & 0 deletions server/pypi/pkgtest/.idea/vcs.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 @@ -9,7 +9,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.0'
classpath 'com.android.tools.build:gradle:8.1.1'
classpath "com.chaquo.python:gradle:$version"
}
}
Expand Down
2 changes: 1 addition & 1 deletion server/pypi/pkgtest/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
# kotlin.code.style=official
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
Expand Down

0 comments on commit 3ad6b1d

Please sign in to comment.