Fix compilation error when ROBO_SDK is defined
This commit is contained in:
parent
8d555eb837
commit
89b6f4c5cc
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user