diff --git a/printing/CHANGELOG.md b/printing/CHANGELOG.md index 69a67d9d..89d85c68 100644 --- a/printing/CHANGELOG.md +++ b/printing/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.1.1 +* Fix compileSdkVersion to match appcompat + # 1.1.0 * Rename classes to satisfy Dart conventions * Remove useless new and const keywords diff --git a/printing/android/build.gradle b/printing/android/build.gradle index 21998b52..de29ccc1 100644 --- a/printing/android/build.gradle +++ b/printing/android/build.gradle @@ -22,7 +22,7 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { - compileSdkVersion 27 + compileSdkVersion 26 defaultConfig { minSdkVersion 19