Adding app icons and fixing device builds

This commit is contained in:
John Lyon-Smith
2018-03-16 14:21:35 -07:00
parent 7311239b4e
commit c91fbaa98a
38 changed files with 161 additions and 61 deletions

View File

@@ -22,3 +22,13 @@ allprojects {
}
}
}
ext {
compileSdkVersion = 27
targetSdkVersion = 27
minSdkVersion = 24
buildToolsVersion = "27.0.1"
supportLibVersion = "25.3.1"
googlePlayServicesVersion = "11.8.0"
androidMapsUtilsVersion = "0.5+"
}