fix: wrong dex path

This commit is contained in:
Sculas
2022-06-16 13:36:52 +02:00
committed by GitHub
parent 990806118f
commit 938dd030b0

View File

@@ -28,7 +28,7 @@
"path": "build/libs/*.jar"
},
{
"path": "bin/*.dex"
"path": "build/libs/*.dex"
}
]
}