Skip to content

Commit

Permalink
Update pkgtest app to Android Gradle plugin version 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Aug 19, 2023
1 parent 7629f3d commit 1abab99
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 0 additions & 1 deletion demo/.idea/misc.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/.idea/gradle.xml

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

8 changes: 5 additions & 3 deletions server/pypi/pkgtest/.idea/misc.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.0.1'
classpath 'com.android.tools.build:gradle:8.1.0'
classpath "com.chaquo.python:gradle:$version"
}
}
Expand Down

0 comments on commit 1abab99

Please sign in to comment.