Fix python script in the build process

This commit is contained in:
Balazs Toldi
2023-10-24 21:23:23 +02:00
parent 6ff46f928a
commit 6d6a79bcb6

View File

@@ -101,7 +101,7 @@ android {
task rearrangeClass(type: Exec) {
commandLine 'python', '../scripts/fixEventBus.py'
commandLine 'python3', '../scripts/fixEventBus.py'
}
applicationVariants.all { variant ->