8000
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.
1 parent 243f15e commit 88f8e90Copy full SHA for 88f8e90
pythonforandroid/bootstraps/common/build/templates/build.tmpl.gradle
@@ -32,6 +32,7 @@ android {
32
targetSdkVersion {{ android_api }}
33
versionCode {{ args.numeric_version }}
34
versionName '{{ args.version }}'
35
+ multiDexEnabled true
36
}
37
38
{% if args.sign -%}
@@ -91,4 +92,6 @@ dependencies {
91
92
compile '{{ depend }}'
93
{%- endfor %}
94
{%- endif %}
95
+ compile 'com.android.support:support-v4:26.1.0'
96
+ compile 'com.android.support:multidex:1.0.3'
97
0 commit comments