Skip to content

Commit

Permalink
Update pygments to avoid unit tests being broken by early import of p…
Browse files Browse the repository at this point in the history
…kg_resources in other demo activities
  • Loading branch information
mhsmith committed Oct 12, 2024
1 parent 9b87b74 commit 16c02e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ chaquopy {
defaultConfig {
// Android UI demo
pip {
install("Pygments==2.2.0") // Also used in Java API demo
install("Pygments==2.13.0") // Also used in Java API demo
}
staticProxy("chaquopy.demo.ui_demo")

Expand Down

0 comments on commit 16c02e7

Please sign in to comment.