Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2019-01-30 20:06:26 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
39e79a8a8332d7a14964a891b6d94c80ba938934
39e79a8a
1 parent
f7c233e1
Fix compileSdkVersion to match appcompat
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
printing/CHANGELOG.md
printing/android/build.gradle
printing/CHANGELOG.md
View file @
39e79a8
# 1.1.1
*
Fix compileSdkVersion to match appcompat
# 1.1.0
*
Rename classes to satisfy Dart conventions
*
Remove useless new and const keywords
...
...
printing/android/build.gradle
View file @
39e79a8
...
...
@@ -22,7 +22,7 @@ rootProject.allprojects {
apply
plugin:
'com.android.library'
android
{
compileSdkVersion
2
7
compileSdkVersion
2
6
defaultConfig
{
minSdkVersion
19
...
...
Please
register
or
login
to post a comment