Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7eef1e2

Browse files
authored
Build changes (#295)
1 parent 561aca0 commit 7eef1e2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ android {
77
sourceCompatibility JavaVersion.VERSION_1_8
88
targetCompatibility JavaVersion.VERSION_1_8
99
}
10+
kotlinOptions {
11+
jvmTarget = '1.8'
12+
}
1013
defaultConfig {
1114
applicationId "com.todobom.opennotescanner"
1215
minSdkVersion 21
@@ -42,6 +45,7 @@ repositories {
4245
mavenCentral()
4346
}
4447

48+
def itextpdf_version = '7.2.2'
4549
dependencies {
4650
implementation fileTree(include: ['*.jar'], dir: 'libs')
4751

0 commit comments

Comments
 (0)