fix: wrong dex path
This commit is contained in:
parent
0a4fd8427c
commit
170fbbb99e
|
@ -28,7 +28,7 @@
|
|||
"path": "build/libs/*.jar"
|
||||
},
|
||||
{
|
||||
"path": "bin/*.dex"
|
||||
"path": "build/libs/*.dex"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue