Skip to content

Commit 32cc7e1

Browse files
committed
add release signing config for gradle build
1 parent 55c21cb commit 32cc7e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ android {
5252
buildTypes {
5353
debug {
5454
}
55+
release {
56+
signingConfig signingConfigs.release
57+
}
5558
}
5659

5760
}
@@ -65,4 +68,4 @@ dependencies {
6568
compile '{{ depend }}'
6669
{%- endfor %}
6770
{%- endif %}
68-
}
71+
}

0 commit comments

Comments
 (0)