fix: wrong dex path

This commit is contained in:
Sculas 2022-06-16 13:36:52 +02:00 committed by GitHub
parent 0a4fd8427c
commit 170fbbb99e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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