Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhuvaneshw authored Apr 11, 2023
1 parent 22bc9ad commit e2b728f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions task/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
}

dependencies {
}
}

0 comments on commit e2b728f

Please sign in to comment.