David PHAM-VAN

Fix compileSdkVersion to match appcompat

# 1.1.1
* Fix compileSdkVersion to match appcompat
# 1.1.0
* Rename classes to satisfy Dart conventions
* Remove useless new and const keywords
... ...
... ... @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'
android {
compileSdkVersion 27
compileSdkVersion 26
defaultConfig {
minSdkVersion 19
... ...