Skip to content

Commit

Permalink
sourceCompatibility 1.7 and targetCompatibility 1.7 are obsolete, use…
Browse files Browse the repository at this point in the history
… 1.8 by default
  • Loading branch information
misl6 committed Dec 16, 2023
1 parent bb63f76 commit 300bc71
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,8 @@ android {
}

compileOptions {
{% if args.enable_androidx %}
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
{% else %}
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
{% endif %}
{%- for option in args.compile_options %}
{{option}}
{%- endfor %}
Expand Down

0 comments on commit 300bc71

Please sign in to comment.