Skip to content

Commit a0b5210

Browse files
committed
Fix problems with project building
DEVSIX-6634
1 parent d6f8c14 commit a0b5210

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

android-pdf-viewer/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ android {
3838
}
3939

4040
repositories {
41+
mavenLocal()
4142
maven {
4243
url "https://repo.itextsupport.com/android"
4344
}

gradle.properties

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

0 commit comments

Comments
 (0)