chiark / gitweb /
Merge branch 'fix-custom-buildToolsVersion' into 'master'
authorDaniel Martí <mvdan@mvdan.cc>
Sun, 9 Aug 2015 01:40:20 +0000 (01:40 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Sun, 9 Aug 2015 01:40:20 +0000 (01:40 +0000)
Fix gradle adaptation for custom buildToolsVersion configurations

I have ```build_tools = "22.0.1"``` configured in my config.py, however a recent fdroidserver update broke this. This PR fixes it for me.

See merge request !64


Trivial merge