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
Marián Mižik
2019-02-28 07:49:00 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
David PHAM-VAN
2019-02-28 12:31:12 -0500
Commit
7186cd16b03f51278c1c1f204de598b560b7fc6e
7186cd16
1 parent
1e0f9a0e
Update build.gradle
migration to androidx
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
printing/android/build.gradle
printing/android/build.gradle
View file @
7186cd1
...
...
@@ -8,7 +8,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
2
.1'
classpath
'com.android.tools.build:gradle:3.
3
.1'
}
}
...
...
@@ -26,7 +26,7 @@ android {
defaultConfig
{
minSdkVersion
19
testInstrumentationRunner
"android
.support
.test.runner.AndroidJUnitRunner"
testInstrumentationRunner
"android
x
.test.runner.AndroidJUnitRunner"
}
lintOptions
{
disable
'InvalidPackage'
...
...
@@ -34,5 +34,5 @@ android {
}
dependencies
{
api
'
com.android.support:appcompat-v7:26.1.0
'
api
'
androidx.appcompat:appcompat:1.0.2
'
}
...
...
Please
register
or
login
to post a comment