Skip to content

Commit

Permalink
Release 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador authored and androideveloper committed Feb 15, 2024
1 parent 94fb6bf commit 5416263
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ android {
versionName "1.0"
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}


lintOptions {
abortOnError false
}
Expand Down

0 comments on commit 5416263

Please sign in to comment.