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 e275da0 commit ac17450Copy full SHA for ac17450
pythonforandroid/bootstraps/common/build/templates/build.tmpl.gradle
@@ -37,7 +37,6 @@ android {
37
versionCode {{ args.numeric_version }}
38
versionName '{{ args.version }}'
39
manifestPlaceholders = {{ args.manifest_placeholders}}
40
- multiDexEnabled true
41
}
42
43
@@ -132,6 +131,5 @@ dependencies {
132
131
implementation 'com.airbnb.android:lottie:3.4.0'
133
{%- endif %}
134
implementation 'com.android.support:support-v4:26.1.0'
135
- implementation 'com.android.support:multidex:1.0.3'
136
137
0 commit comments