Skip to content

Commit

Permalink
Build changes (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykMis authored May 9, 2022
1 parent 561aca0 commit 7eef1e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = '1.8'
}
defaultConfig {
applicationId "com.todobom.opennotescanner"
minSdkVersion 21
Expand Down Expand Up @@ -42,6 +45,7 @@ repositories {
mavenCentral()
}

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

Expand Down

0 comments on commit 7eef1e2

Please sign in to comment.