1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-07-05 21:56:50 +00:00
ownCloud-SMS-App/ncsmsgo/build.gradle
Loïc Blot 61ed3d2791
SMS restore now used GoLang HTTP client. (#180)
This permits to remove the whole android HTTP client from source
2018-02-10 15:59:46 +01:00

3 lines
84 B
Groovy

configurations.maybeCreate("default")
artifacts.add("default", file('ncsmsgo.aar'))