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
2020-10-18 09:11:29 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ebb03aa1f3dda717947c455ab2c2af6d45cc0fc2
ebb03aa1
1 parent
d4a2e2b8
Remove useless android dependencies
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
8 deletions
printing/CHANGELOG.md
printing/android/build.gradle
printing/pubspec.yaml
printing/CHANGELOG.md
View file @
ebb03aa
# Changelog
## 3.6.4
-
Remove useless android dependencies, reduces the final apk file size.
## 3.6.3
-
Fix Android compilation issues
...
...
printing/android/build.gradle
View file @
ebb03aa
...
...
@@ -8,7 +8,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
3.1
'
classpath
'com.android.tools.build:gradle:3.
5.0
'
}
}
...
...
@@ -22,17 +22,12 @@ rootProject.allprojects {
apply
plugin:
'com.android.library'
android
{
compileSdkVersion
2
8
compileSdkVersion
2
9
defaultConfig
{
minSdkVersion
16
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
lintOptions
{
disable
'InvalidPackage'
}
}
dependencies
{
api
'androidx.appcompat:appcompat:1.0.2'
}
...
...
printing/pubspec.yaml
View file @
ebb03aa
...
...
@@ -4,7 +4,7 @@ description: Plugin that allows Flutter apps to generate and print documents to
homepage
:
https://github.com/DavBfr/dart_pdf/tree/master/printing
repository
:
https://github.com/DavBfr/dart_pdf
issue_tracker
:
https://github.com/DavBfr/dart_pdf/issues
version
:
3.6.
3
version
:
3.6.
4
environment
:
sdk
:
"
>=2.3.0
<3.0.0"
...
...
Please
register
or
login
to post a comment