8000 Adding fix for native invocation handler · kivy/python-for-android@88f8e90 · GitHub
[go: up one dir, main page]

Skip to content

Commit 88f8e90

Browse files
authored
Adding fix for native invocation handler
1 parent 243f15e commit 88f8e90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ android {
3232
targetSdkVersion {{ android_api }}
3333
versionCode {{ args.numeric_version }}
3434
versionName '{{ args.version }}'
35+
multiDexEnabled true
3536
}
3637

3738
{% if args.sign -%}
@@ -91,4 +92,6 @@ dependencies {
9192
compile '{{ depend }}'
9293
{%- endfor %}
9394
{%- endif %}
95+
compile 'com.android.support:support-v4:26.1.0'
96+
compile 'com.android.support:multidex:1.0.3'
9497
}

0 commit comments

Comments
 (0)
0