Revert back to compile api 22.

Some used classes are missing in the newest sdk like FloatMath and apache http client.

Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
This commit is contained in:
Yahor Berdnikau 2017-07-22 22:19:03 +02:00
parent 81dcbb0044
commit 24d68fcf3c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
ext.versions = [
minSdk : 14,
targetSdk : 22,
compileSdk : 26,
compileSdk : 22,
buildTools : "25.0.3",
androidTools : "2.3.3",