Add scale to models

This commit is contained in:
John Lyon-Smith
2018-05-15 15:52:24 -07:00
parent c3546be1a1
commit 5c135dd7ea
3 changed files with 11 additions and 35 deletions

View File

@@ -95,11 +95,11 @@ def enableProguardInReleaseBuilds = false
android {
buildToolsVersion "27.0.3"
compileSdkVersion 25
compileSdkVersion 27
defaultConfig {
applicationId "com.deightonar"
minSdkVersion 23
minSdkVersion 24
targetSdkVersion 27
versionCode 1
versionName "1.0.0"