Skip to content

Commit

Permalink
Fix compileSdkVersion to match appcompat
Browse files Browse the repository at this point in the history
  • Loading branch information
DavBfr committed Jan 31, 2019
1 parent f7c233e commit 39e79a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions printing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion printing/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 27
compileSdkVersion 26

defaultConfig {
minSdkVersion 19
Expand Down

0 comments on commit 39e79a8

Please sign in to comment.