8000 Add aaptOptions noCompress (#2523) · theCapypara/python-for-android@04b3d50 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 04b3d50

Browse files
authored
Add aaptOptions noCompress (kivy#2523)
1 parent 8fb46a6 commit 04b3d50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ android {
106106
}
107107
}
108108

109+
aaptOptions {
110+
noCompress "tflite"
111+
}
112+
109113
}
110114

111115
dependencies {

0 commit comments

Comments
 (0)
0