We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sourceCompatibility
targetCompatibility
1 parent bb63f76 commit d35c70aCopy full SHA for d35c70a
pythonforandroid/bootstraps/common/build/templates/build.tmpl.gradle
@@ -82,13 +82,8 @@ android {
82
}
83
84
compileOptions {
85
- {% if args.enable_androidx %}
86
sourceCompatibility JavaVersion.VERSION_1_8
87
targetCompatibility JavaVersion.VERSION_1_8
88
- {% else %}
89
- sourceCompatibility JavaVersion.VERSION_1_7
90
- targetCompatibility JavaVersion.VERSION_1_7
91
- {% endif %}
92
{%- for option in args.compile_options %}
93
{{option}}
94
{%- endfor %}
0 commit comments