Skip to content

Commit

Permalink
Add compileOptions to solve #43
Browse files Browse the repository at this point in the history
Signed-off-by: Mateus Felipe C. C. Pinto <[email protected]>
  • Loading branch information
mateusfccp committed Aug 29, 2024
1 parent 0141f3c commit 32a77ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions update_available_android/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ apply plugin: 'kotlin-android'
android {
compileSdkVersion 34

compileOptions {
sourceCompatibility = 17
targetCompatibility = 17
}

// Conditional for compatibility with AGP <4.2.
if (project.android.hasProperty("namespace")) {
namespace 'me.mateusfccp.update_available_android'
Expand Down

0 comments on commit 32a77ac

Please sign in to comment.