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)
commit576135ff8f337f365ebd09e4f4e190a82bb68926
treedf8372d531883f7eaf3bd94fcaaac530d268d264
parentc1598b04da1a1cde77f931d83d1dbc2543dc2956
parentc813a3cdbb7ea1c89e80f147bc1b1178e69d0eb0
Merge branch 'fix-custom-buildToolsVersion' into 'master'

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