File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ android {
38
38
}
39
39
40
40
repositories {
41
+ mavenLocal()
41
42
maven {
42
43
url " https://repo.itextsupport.com/android"
43
44
}
Original file line number Diff line number Diff line change
1
+ # When configured, Gradle will run in incubating parallel mode.
2
+ # This option should only be used with decoupled projects. More details, visit
3
+ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
4
+ # org.gradle.parallel=true
5
+ # AndroidX package structure to make it clearer which packages are bundled with the
6
+ # Android operating system, and which are packaged with your app"s APK
7
+ # https://developer.android.com/topic/libraries/support-library/androidx-rn
8
+ android.useAndroidX =true
9
+ # Automatically convert third-party libraries to use AndroidX
10
+ android.enableJetifier =true
You can’t perform that action at this time.
0 commit comments