David PHAM-VAN

Fix compileSdkVersion to match appcompat

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