Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 561aca0 commit 7eef1e2Copy full SHA for 7eef1e2
1 file changed
app/build.gradle
@@ -7,6 +7,9 @@ android {
7
sourceCompatibility JavaVersion.VERSION_1_8
8
targetCompatibility JavaVersion.VERSION_1_8
9
}
10
+ kotlinOptions {
11
+ jvmTarget = '1.8'
12
+ }
13
defaultConfig {
14
applicationId "com.todobom.opennotescanner"
15
minSdkVersion 21
@@ -42,6 +45,7 @@ repositories {
42
45
mavenCentral()
43
46
44
47
48
+def itextpdf_version = '7.2.2'
49
dependencies {
50
implementation fileTree(include: ['*.jar'], dir: 'libs')
51
0 commit comments