Skip to content

Commit

Permalink
fix : buid issue
Browse files Browse the repository at this point in the history
  • Loading branch information
FenilInfy0m authored and FenilInfy0m committed Jan 4, 2024
1 parent 6356420 commit 857046d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adsSdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}

Expand Down

0 comments on commit 857046d

Please sign in to comment.