Fix compilation error when ROBO_SDK is defined

This commit is contained in:
2017-05-23 11:58:29 -04:00
parent 8d555eb837
commit 89b6f4c5cc

View File

@@ -14,7 +14,7 @@ android {
buildConfigField "Integer", "databaseVersion", "19"
buildConfigField "String", "databaseFilename", "\"uhabits.db\""
buildConfigField "Integer", "roboSdk", (System.getenv("ROBO_SDK")?: "25")
buildConfigField "int", "roboSdk", (System.getenv("ROBO_SDK")?: "25")
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArgument "size", "medium"