mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-06 10:47:27 +01:00
Fix python script in the build process
This commit is contained in:
parent
6ff46f928a
commit
6d6a79bcb6
@ -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 ->
|
||||||
|
Loading…
Reference in New Issue
Block a user