Skip to content

Commit bb6e2e3

Browse files
authored
fix: add extension name for aar files.
1 parent a2086e9 commit bb6e2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ android {
113113

114114
dependencies {
115115
{%- for aar in aars %}
116-
implementation files('libs/{{ aar }}')
116+
implementation files('libs/{{ aar }}.aar')
117117
{%- endfor -%}
118118
{%- for jar in jars %}
119119
implementation files('src/main/libs/{{ jar }}')

0 commit comments

Comments
 (0)