Fix when GridLayout is recycled some internal states are not invalidated correctly (#104)

This commit is contained in:
Hristo Hristov
2017-08-09 15:52:52 +03:00
committed by GitHub
parent 11260a0749
commit 37b1623adc
2 changed files with 10 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ def computeCompileSdkVersion () {
return compileSdk
}
else {
return 23
return 25
}
}
@@ -29,7 +29,7 @@ def computeTargetSdkVersion() {
return targetSdk
}
else {
return 23
return 25
}
}