Skip to content

Commit

Permalink
Merge pull request #212 from nnrohu/patch-1
Browse files Browse the repository at this point in the history
Update build.gradle
  • Loading branch information
RonRadtke authored Feb 24, 2023
2 parents 2e14e6b + 5644fc6 commit 90196f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
lintOptions {
abortOnError false
}
Expand Down Expand Up @@ -157,4 +161,4 @@ afterEvaluate { project ->
}
}
}
}
}

0 comments on commit 90196f2

Please sign in to comment.