From 39e79a8a8332d7a14964a891b6d94c80ba938934 Mon Sep 17 00:00:00 2001 From: David PHAM-VAN Date: Wed, 30 Jan 2019 20:06:26 -0500 Subject: [PATCH] Fix compileSdkVersion to match appcompat --- printing/CHANGELOG.md | 3 +++ printing/android/build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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