Skip to content

Commit

Permalink
fix: Continuing to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvidas committed Dec 27, 2022
1 parent 1cedf39 commit 65b6bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tokenization/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_8
targetCompatibility JavaVersion.VERSION_8
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

buildTypes {
Expand Down

0 comments on commit 65b6bb3

Please sign in to comment.