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
No known key found for this signature in database
GPG Key ID: 6C7D440036F99D58

View File

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