Skip to content

Commit ac17450

Browse files
committed
Drop multidex build
On Android 5 (API 21) and higher[1], multidex is not needed by the ART runtime. Since we don't intend to support any versions older than that, drop the multidex build. 1. https://developer.android.com/studio/build/multidex#mdex-on-l
1 parent e275da0 commit ac17450

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pythonforandroid/bootstraps/common/build/templates/build.tmpl.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ android {
3737
versionCode {{ args.numeric_version }}
3838
versionName '{{ args.version }}'
3939
manifestPlaceholders = {{ args.manifest_placeholders}}
40-
multiDexEnabled true
4140
}
4241

4342

@@ -132,6 +131,5 @@ dependencies {
132131
implementation 'com.airbnb.android:lottie:3.4.0'
133132
{%- endif %}
134133
implementation 'com.android.support:support-v4:26.1.0'
135-
implementation 'com.android.support:multidex:1.0.3'
136134
}
137135

0 commit comments

Comments
 (0)